feat: add option to hide channel tabs
This commit is contained in:
parent
c3d1e75a8f
commit
bb062f07f9
7 changed files with 127 additions and 4 deletions
|
|
@ -41,6 +41,16 @@
|
|||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<MultiSelectListPreference
|
||||
android:key="@string/show_channel_tabs_key"
|
||||
android:summary="@string/show_channel_tabs_summary"
|
||||
android:title="@string/show_channel_tabs"
|
||||
android:entries="@array/show_channel_tabs_description_list"
|
||||
android:entryValues="@array/show_channel_tabs_value_list"
|
||||
android:defaultValue="@array/show_channel_tabs_value_list"
|
||||
app:iconSpaceReserved="false"
|
||||
app:singleLineTitle="false" />
|
||||
|
||||
<PreferenceScreen
|
||||
android:fragment="org.schabi.newpipe.settings.PeertubeInstanceListFragment"
|
||||
android:key="@string/peertube_instance_setup_key"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue