mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 23:31:10 +01:00
Hide statusbar option for mainacitvity
This commit is contained in:
parent
76f33a45ba
commit
b4608794ab
9 changed files with 194 additions and 106 deletions
|
|
@ -43,12 +43,19 @@
|
|||
android:title="@string/pref_cat__operability">
|
||||
|
||||
<com.github.dfa.diaspora_android.ui.theme.ThemedCheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:defaultValue="false"
|
||||
android:icon="@drawable/ic_zoom_out_map_black_24px"
|
||||
android:key="@string/pref_key__intellihide_toolbars"
|
||||
android:summary="@string/pref_desc__intellihide_toolbars"
|
||||
android:title="@string/pref_title__intellihide_toolbars"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:icon="@drawable/ic_visibility_black_24dp"
|
||||
android:defaultValue="false"
|
||||
android:key="@string/pref_key__is_overview_statusbar_hidden"
|
||||
android:summary="@string/pref_summary__is_statusbar_hidden"
|
||||
android:title="@string/pref_title__is_statusbar_hidden"/>
|
||||
|
||||
<com.github.dfa.diaspora_android.ui.theme.ThemedCheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:icon="@drawable/ic_notifications_black_24px"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue