Update app to use Material Design Light theme
authorMike Beattie <mike@ethernal.org>
Sun, 13 Oct 2019 07:22:37 +0000 (20:22 +1300)
committerKeith Packard <keithp@keithp.com>
Fri, 18 Oct 2019 08:21:30 +0000 (01:21 -0700)
The Holo theme does weird things these days

Signed-off-by: Mike Beattie <mike@ethernal.org>
altosdroid/app/src/main/res/values/CustomTheme.xml

index 6c701ea25c7cb70f24e50aa0408120bd5bd1a3a8..435809665dcd382956eda1aa68f751cfd9b47175 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <resources>
-  <style name="CustomTheme" parent="android:Theme.Holo">
+  <style name="CustomTheme" parent="android:Theme.Material.Light">
   </style>
 </resources>