Refactor GestureNavigationSeekBarPreference
- Make GestureNavigationSeekBarPreference more flexible to configure
Fixes: 146462894
Test: adb shell am start -a android.settings.ASSIST_GESTURE_SETTINGS
adb shell am start -a com.android.settings.GESTURE_NAVIGATION_SETTINGS
Change-Id: Ibc7ed8456fe4a42f12f0d436f53756df268acfbe
This commit is contained in:
@@ -62,7 +62,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="start|top"
|
||||
android:gravity="start"
|
||||
android:text="@string/low_label"
|
||||
android:layout_weight="1"/>
|
||||
|
||||
<TextView
|
||||
@@ -72,7 +71,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end|top"
|
||||
android:gravity="end"
|
||||
android:text="@string/high_label"
|
||||
android:layout_weight="1"/>
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user