diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-05 10:38:13 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-05 10:38:13 +1300 |
commit | b5375c8832963070917d572ed520345f75f1b9a8 (patch) | |
tree | 10a7f39b33ac0d108c5aed8dee3b77b8cdbda944 /app/src/main/res/values/styles.xml | |
parent | 958366ccabaaa2768fd4030fdb7c4cfc7ba04dd2 (diff) | |
download | etbsa-traccar-manager-android-b5375c8832963070917d572ed520345f75f1b9a8.tar.gz etbsa-traccar-manager-android-b5375c8832963070917d572ed520345f75f1b9a8.tar.bz2 etbsa-traccar-manager-android-b5375c8832963070917d572ed520345f75f1b9a8.zip |
Start app from scratch
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 766ab99..44ec70b 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,8 +1,6 @@ <resources> - <!-- Base application theme. --> - <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> - <!-- Customize your theme here. --> + <style name="AppTheme" parent="android:Theme.Light.NoTitleBar"> </style> </resources> |