Browse Source

Theme: use the Material theme on API 21 and later

master
Reece H. Dunn 10 years ago
parent
commit
39eb0d2cff
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      android/res/values-v21/styles.xml

+ 5
- 0
android/res/values-v21/styles.xml View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="android:Theme.Material.Light.DarkActionBar">
</style>
</resources>

Loading…
Cancel
Save