Add option to directly open fullscreen when the main player starts
This commit is contained in:
parent
faa7a91764
commit
3c2ea7697c
7 changed files with 44 additions and 12 deletions
|
|
@ -129,6 +129,14 @@
|
|||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="@string/start_main_player_fullscreen_key"
|
||||
android:summary="@string/start_main_player_fullscreen_summary"
|
||||
android:title="@string/start_main_player_fullscreen_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="@string/autoplay_value"
|
||||
android:entries="@array/autoplay_type_description"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue