|  |  | 
 |  |  | <resources> | 
 |  |  |  | 
 |  |  |     <!-- Base application theme. --> | 
 |  |  |     <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> | 
 |  |  |     <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> | 
 |  |  |         <!-- Customize your theme here. --> | 
 |  |  |         <item name="colorPrimary">@color/colorPrimary</item> | 
 |  |  |         <item name="colorPrimaryDark">@color/colorPrimaryDark</item> | 
 |  |  |         <item name="colorAccent">@color/colorAccent</item> | 
 |  |  |     </style> | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     <style name="newCardLL"> | 
 |  |  |         <item name="android:layout_marginLeft">20dp</item> | 
 |  |  |         <item name="android:layout_marginRight">20dp</item> | 
 |  |  |         <item name="android:layout_marginTop">10dp</item> | 
 |  |  |         <item name="android:layout_marginBottom">10dp</item> | 
 |  |  |  | 
 |  |  |     </style> | 
 |  |  |  | 
 |  |  |     <style name="date_picker_dialog" parent="android:style/Theme.Dialog"> | 
 |  |  |         <item name="android:windowFrame">@null</item> | 
 |  |  |         <item name="android:windowNoTitle">true</item> | 
 |  |  |         <item name="android:windowIsFloating">true</item> | 
 |  |  |         <item name="android:windowContentOverlay">@null</item> | 
 |  |  |         <item name="android:windowBackground">@color/date_picker_bg</item> | 
 |  |  |     </style> | 
 |  |  |  | 
 |  |  |     <style name="ws_pay_showSelfDialog" parent="@android:style/Theme.Holo.DialogWhenLarge"> | 
 |  |  |         <item name="android:windowFrame">@null</item> | 
 |  |  |         <item name="android:windowNoTitle">true</item> | 
 |  |  |         <item name="android:windowIsFloating">true</item> | 
 |  |  |         <item name="android:windowBackground">@color/ws_pay_alpha</item> | 
 |  |  |         <item name="android:windowContentOverlay">@null</item> | 
 |  |  |         <item name="android:windowAnimationStyle">@null</item> | 
 |  |  |     </style> | 
 |  |  |  | 
 |  |  | </resources> |