diff options
| author | Keith Packard <keithp@keithp.com> | 2015-05-31 23:09:18 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-05-31 23:09:18 -0700 |
| commit | a533ea525620f194fd89fedad043659bb433d71b (patch) | |
| tree | 717088ac146290cd2cdbf254fd0dbf17b0174ba0 /altosdroid/res/values/CustomTheme.xml | |
| parent | 0beb02f1848e34892cca6e34ba83d6ca836d6df2 (diff) | |
altosdroid: Switch from custom title to standard Holo theme
This gives us the menu button, which is awfully useful on devices
without a hardware version...
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid/res/values/CustomTheme.xml')
| -rw-r--r-- | altosdroid/res/values/CustomTheme.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/altosdroid/res/values/CustomTheme.xml b/altosdroid/res/values/CustomTheme.xml index 4daed1f8..6c701ea2 100644 --- a/altosdroid/res/values/CustomTheme.xml +++ b/altosdroid/res/values/CustomTheme.xml @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <style name="CustomTheme" parent="android:Theme"> - <item name="android:windowNoTitle">false</item> + <style name="CustomTheme" parent="android:Theme.Holo"> </style> </resources> |
