Index: res/values/styles.xml |
=================================================================== |
--- a/res/values/styles.xml |
+++ b/res/values/styles.xml |
@@ -1,16 +1,16 @@ |
<?xml version="1.0" encoding="utf-8"?> |
<resources xmlns:android="http://schemas.android.com/apk/res/android"> |
<!-- |
Base application theme, dependent on API level. This theme is replaced |
anton
2016/10/11 05:24:36
Since themes for v11 and v14 were removed, please
diegocarloslima
2017/01/05 18:08:20
Actually, this is the default comment that is gene
|
by AppBaseTheme from res/values-vXX/styles.xml on newer devices. |
--> |
- <style name="AppBaseTheme" parent="android:Theme.Holo"> |
+ <style name="AppBaseTheme" parent="android:Theme.Material"> |
<!-- |
Theme customizations available in newer API levels can go in |
res/values-vXX/styles.xml, while customizations related to |
backward-compatibility can go here. |
--> |
</style> |
<!-- Application theme. --> |