Merge "Refactors the System Navigation settings page" into qt-dev
am: e575fc44f5
Change-Id: I6e308e2b0bd2e1c6c8cc0dd55f184480e4b2145c
This commit is contained in:
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
BIN
res/drawable-nodpi/system_nav_3_button.png
Normal file
BIN
res/drawable-nodpi/system_nav_3_button.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
res/drawable-nodpi/system_nav_fully_gestural.png
Normal file
BIN
res/drawable-nodpi/system_nav_fully_gestural.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
res/raw/system_nav_3_button.mp4
Normal file
BIN
res/raw/system_nav_3_button.mp4
Normal file
Binary file not shown.
BIN
res/raw/system_nav_fully_gestural.mp4
Normal file
BIN
res/raw/system_nav_fully_gestural.mp4
Normal file
Binary file not shown.
@@ -49,7 +49,7 @@
|
||||
android:key="gesture_system_navigation_input_summary"
|
||||
android:title="@string/system_navigation_title"
|
||||
android:fragment="com.android.settings.gestures.SystemNavigationGestureSettings"
|
||||
settings:controller="com.android.settings.gestures.SystemNavigationLegacyPreferenceController" />
|
||||
settings:controller="com.android.settings.gestures.SystemNavigationPreferenceController" />
|
||||
|
||||
<Preference
|
||||
android:key="gesture_tap_screen_input_summary"
|
||||
|
@@ -17,35 +17,7 @@
|
||||
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:key="gesture_system_navigation_screen"
|
||||
android:title="@string/system_navigation_title">
|
||||
|
||||
<com.android.settings.widget.VideoPreference
|
||||
android:key="gesture_swipe_up_video"
|
||||
app:animation="@raw/gesture_swipe_up"
|
||||
app:preview="@drawable/gesture_swipe_up" />
|
||||
|
||||
<com.android.settings.widget.RadioButtonPreference
|
||||
android:key="gesture_edge_to_edge"
|
||||
android:title="@string/edge_to_edge_navigation_title"
|
||||
android:summary="@string/edge_to_edge_navigation_summary"
|
||||
app:keywords="@string/keywords_gesture"
|
||||
app:controller="com.android.settings.gestures.SystemNavigationEdgeToEdgePreferenceController"
|
||||
app:allowDividerAbove="true" />
|
||||
|
||||
<com.android.settings.widget.RadioButtonPreference
|
||||
android:key="gesture_swipe_up"
|
||||
android:title="@string/swipe_up_to_switch_apps_title"
|
||||
android:summary="@string/swipe_up_to_switch_apps_summary"
|
||||
app:keywords="@string/keywords_gesture"
|
||||
app:controller="com.android.settings.gestures.SystemNavigationSwipeUpPreferenceController" />
|
||||
|
||||
<com.android.settings.widget.RadioButtonPreference
|
||||
android:key="gesture_legacy"
|
||||
android:title="@string/legacy_navigation_title"
|
||||
android:summary="@string/legacy_navigation_summary"
|
||||
app:keywords="@string/keywords_gesture"
|
||||
app:controller="com.android.settings.gestures.SystemNavigationLegacyPreferenceController" />
|
||||
|
||||
</PreferenceScreen>
|
||||
android:title="@string/system_navigation_title"
|
||||
settings:keywords="@string/keywords_system_navigation"/>
|
||||
|
Reference in New Issue
Block a user