diff options
| author | Robert Garbee <robert@gag.com> | 2015-06-13 17:40:59 -0600 |
|---|---|---|
| committer | Robert Garbee <robert@gag.com> | 2015-06-13 17:40:59 -0600 |
| commit | c46c2c5767c6e909fa58587e6c864a4fbaa9fa20 (patch) | |
| tree | 282e9152196bfc2ae66a2d5892f25811fa0e2c96 /altosdroid/res/values/CustomTheme.xml | |
| parent | 39f4361675aa13899864f427a33d4aa48be56cd2 (diff) | |
| parent | 6cb7d76c3fbe32b442713e358654d07b2506897e (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
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> |
