aboutsummaryrefslogtreecommitdiffstats
path: root/mapswithme-api/res/values/styles.xml
blob: e9c52fa84113dfb9bbdc72bc74459af1c8696619 (plain)
1
2
3
4
5
6
7
8
9
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>