Merge "Implement temporary asset in settings page" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-03-09 23:50:44 +00:00
committed by Android (Google) Code Review
3 changed files with 82 additions and 0 deletions

View File

@@ -21,6 +21,14 @@
android:persistent="false"
android:title="@string/one_handed_title">
<com.android.settingslib.widget.LayoutPreference
android:key="one_handed_header"
android:layout="@layout/one_handed_header"
android:persistent="false"
android:selectable="false"
settings:allowDividerBelow="false"
settings:searchable="false"/>
<SwitchPreference
android:key="gesture_one_handed_mode_enabled"
android:title="@string/one_handed_mode_enabled"