summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/values/styles.xml
blob: 9ad12f76ad0c5a6a5205db57e8dc413dc4dc4669 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <!-- these are public -->
    <style name="AttributionAlertDialogStyle" parent="Theme.AppCompat.Dialog.Alert">
        <item name="android:textColorPrimary">@android:color/white</item>
        <item name="android:background">@color/mapbox_blue</item>
    </style>

</resources>