mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 23:31:10 +01:00
Added option to control screen rotation
This commit is contained in:
parent
dbafcc065c
commit
b62f8d32b7
7 changed files with 82 additions and 3 deletions
|
|
@ -67,6 +67,15 @@
|
|||
android:title="@string/pref_title__topbar_stream_shortcut"
|
||||
android:icon="@drawable/ic_touch_app_black_24px"/>
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="@string/rotation_val_auto"
|
||||
android:key="@string/pref_key__screen_rotation"
|
||||
android:title="@string/pref_title__screen_rotation"
|
||||
android:summary="@string/pref_desc__screen_rotation"
|
||||
android:entries="@array/pref_entries__screen_rotation"
|
||||
android:entryValues="@array/pref_entries_values__screen_rotation"
|
||||
android:icon="@drawable/ic_screen_rotation_black_24px"/>
|
||||
|
||||
</com.github.dfa.diaspora_android.ui.theme.ThemedPreferenceCategory>
|
||||
|
||||
<!-- Diaspora Pod Settings -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue