diff options
author | Zeapo <mohamed@zenadi.com> | 2014-08-01 00:17:05 +0100 |
---|---|---|
committer | Zeapo <mohamed@zenadi.com> | 2014-08-01 00:17:05 +0100 |
commit | a0263aabadf04869da704a0075f01bfde98f279a (patch) | |
tree | f2c95abaca52becba061761b4b163a188eaf921a /app/src/main/res/values | |
parent | 4fe2baccf1b6cb6fe944fa49e34ab794ee53e5c5 (diff) |
Better distinction between categories and passwords, multilevel categories
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index ff6c9d2c..e0c5aaeb 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,7 +1,7 @@ <resources> <!-- Base application theme. --> - <style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar"> + <style name="AppTheme" parent="android:Theme.Holo.Light"> <!-- Customize your theme here. --> </style> |