diff options
Diffstat (limited to 'mapswithme-api/res/values/styles.xml')
-rw-r--r-- | mapswithme-api/res/values/styles.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mapswithme-api/res/values/styles.xml b/mapswithme-api/res/values/styles.xml new file mode 100644 index 0000000..e9c52fa --- /dev/null +++ b/mapswithme-api/res/values/styles.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources xmlns:android="http://schemas.android.com/apk/res/android"> + <style name="promoButton" parent="android:Widget.Button"> + <item name="android:layout_marginBottom">10dp</item> + <item name="android:layout_marginTop">10dp</item> + <item name="android:padding">6dp</item> + <item name="android:textColor">@android:color/white</item> + <item name="android:textStyle">bold</item> + </style> +</resources> |