diff options
| -rw-r--r-- | main/res/values-v19/themes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/values-v19/themes.xml b/main/res/values-v19/themes.xml index e43fb73..e5885c2 100644 --- a/main/res/values-v19/themes.xml +++ b/main/res/values-v19/themes.xml @@ -2,7 +2,7 @@ <resources xmlns:tools="http://schemas.android.com/tools"> <style name="cgeo_main" parent="cgeo_main.base"> - <!-- KitKat's transperent navigation --> + <!-- KitKat's transparent navigation --> <item name="android:fitsSystemWindows">true</item> <item name="android:windowTranslucentNavigation">true</item> </style> |
