summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values-v21/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values-v21/styles.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values-v21/styles.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values-v21/styles.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values-v21/styles.xml
index ab690c664c..ae614f8ec6 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values-v21/styles.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values-v21/styles.xml
@@ -1,19 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <style name="AppTheme" parent="AppBaseTheme">
-
- </style>
-
- <style name="AppTheme.ActionBar.Transparent" parent="NoActionBar">
- <item name="colorPrimary">@android:color/transparent</item>
- <item name="android:windowDrawsSystemBarBackgrounds">true</item>
- <item name="android:windowTranslucentStatus">true</item>
- </style>
-
- <style name="AppTheme.ActionBar" parent="AppTheme">
- <item name="colorPrimaryDark">@color/primaryDark</item>
- <item name="colorPrimary">@color/primary</item>
- </style>
+ <style name="AppTheme" parent="AppBaseTheme"/>
</resources>