diff options
Diffstat (limited to 'res/values/bools.xml')
-rw-r--r-- | res/values/bools.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/bools.xml b/res/values/bools.xml index 2cd26a8..3c20f9a 100644 --- a/res/values/bools.xml +++ b/res/values/bools.xml @@ -13,6 +13,8 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <bool name="isTablet">false</bool> + <!-- hide the title bar --> + <bool name="hide_title">true</bool> <bool name="hide_nav_buttons">true</bool> <!-- Browser menu toggles --> <bool name="menu_show_navigation">true</bool> |