blob: 9484591c522cdb3c3343d068722bc4de381fd204 [file] [log] [blame]
Alexander Afanasyevddaa8312015-01-27 16:33:45 -08001<resources>
2
3 <!-- Base application theme. -->
4 <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
5 <!-- Customize your theme here. -->
6 </style>
7
Alexander Afanasyevaf2b3562015-03-11 13:58:59 -07008 <style name="dialog_margin">
9 <item name="android:layout_marginTop">16dp</item>
10 <item name="android:layout_marginLeft">4dp</item>
11 <item name="android:layout_marginRight">4dp</item>
12 <item name="android:layout_marginBottom">4dp</item>
13 </style>
14
Alexander Afanasyevddaa8312015-01-27 16:33:45 -080015</resources>