mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 23:31:10 +01:00
Added back stream loading on topbar click. Made it toggleable in settings
This commit is contained in:
parent
d6c6920840
commit
00e238a028
5 changed files with 57 additions and 0 deletions
|
|
@ -33,6 +33,12 @@
|
|||
android:title="@string/pref_title__intellihide_toolbars"
|
||||
android:icon="@drawable/ic_zoom_out_map_black_24px"/>
|
||||
|
||||
</com.github.dfa.diaspora_android.ui.theme.ThemedPreferenceCategory>
|
||||
|
||||
<!-- Operability -->
|
||||
<com.github.dfa.diaspora_android.ui.theme.ThemedPreferenceCategory
|
||||
android:title="@string/pref_cat__operability">
|
||||
|
||||
<com.github.dfa.diaspora_android.ui.theme.ThemedCheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="@string/pref_key__extended_notifications"
|
||||
|
|
@ -54,6 +60,13 @@
|
|||
android:title="@string/pref_title__chrome_custom_tabs_enabled"
|
||||
android:icon="@drawable/ic_open_in_new_black_24px"/>
|
||||
|
||||
<com.github.dfa.diaspora_android.ui.theme.ThemedCheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="@string/pref_key__topbar_stream_shortcut"
|
||||
android:summary="@string/pref_desc__topbar_stream_shortcut"
|
||||
android:title="@string/pref_title__topbar_stream_shortcut"
|
||||
android:icon="@drawable/ic_touch_app_black_24px"/>
|
||||
|
||||
</com.github.dfa.diaspora_android.ui.theme.ThemedPreferenceCategory>
|
||||
|
||||
<!-- Diaspora Pod Settings -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue