Merge "Layout changes for new animation assets" into pi-dev
am: 10e91c7e1b
Change-Id: Iac67bda32c2e545480c8d3439f5659f8e1a30f65
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 20 KiB |
Binary file not shown.
@@ -95,7 +95,7 @@
|
||||
<color name="usage_graph_dots">#B0BEC5</color>
|
||||
|
||||
<!-- Gestures settings -->
|
||||
<color name="gestures_setting_background_color">#f4f4f4</color>
|
||||
<color name="gestures_setting_background_color">#ffffff</color>
|
||||
|
||||
<color name="status_bar_color">#3c3c3c</color>
|
||||
|
||||
|
@@ -30,6 +30,7 @@
|
||||
android:key="gesture_assist"
|
||||
android:title="@string/assist_gesture_title"
|
||||
app:keywords="@string/keywords_assist_gesture_launch"
|
||||
app:controller="com.android.settings.gestures.AssistGestureSettingsPreferenceController" />
|
||||
app:controller="com.android.settings.gestures.AssistGestureSettingsPreferenceController"
|
||||
app:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
@@ -33,6 +33,7 @@
|
||||
settings:keywords="@string/keywords_display_auto_brightness"
|
||||
settings:controller="com.android.settings.display.AutoBrightnessPreferenceController"
|
||||
settings:useAdminDisabledSummary="true"
|
||||
settings:userRestriction="no_config_brightness" />
|
||||
settings:userRestriction="no_config_brightness"
|
||||
settings:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceScreen>
|
@@ -31,6 +31,7 @@
|
||||
android:title="@string/double_tap_power_for_camera_title"
|
||||
android:summary="@string/double_tap_power_for_camera_summary"
|
||||
app:keywords="@string/keywords_gesture"
|
||||
app:controller="com.android.settings.gestures.DoubleTapPowerPreferenceController" />
|
||||
app:controller="com.android.settings.gestures.DoubleTapPowerPreferenceController"
|
||||
app:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceScreen>
|
@@ -31,6 +31,7 @@
|
||||
android:title="@string/ambient_display_title"
|
||||
android:summary="@string/ambient_display_summary"
|
||||
app:keywords="@string/keywords_gesture"
|
||||
app:controller="com.android.settings.gestures.DoubleTapScreenPreferenceController" />
|
||||
app:controller="com.android.settings.gestures.DoubleTapScreenPreferenceController"
|
||||
app:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceScreen>
|
@@ -31,6 +31,7 @@
|
||||
android:title="@string/double_twist_for_camera_mode_title"
|
||||
android:summary="@string/double_twist_for_camera_mode_summary"
|
||||
app:keywords="@string/keywords_gesture"
|
||||
app:controller="com.android.settings.gestures.DoubleTwistPreferenceController" />
|
||||
app:controller="com.android.settings.gestures.DoubleTwistPreferenceController"
|
||||
app:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceScreen>
|
@@ -31,6 +31,7 @@
|
||||
android:title="@string/ambient_display_pickup_title"
|
||||
android:summary="@string/ambient_display_pickup_summary"
|
||||
app:keywords="@string/keywords_gesture"
|
||||
app:controller="com.android.settings.gestures.PickupGesturePreferenceController" />
|
||||
app:controller="com.android.settings.gestures.PickupGesturePreferenceController"
|
||||
app:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceScreen>
|
@@ -32,6 +32,7 @@
|
||||
android:entries="@array/gesture_prevent_ringing_entries"
|
||||
android:entryValues="@array/gesture_prevent_ringing_values"
|
||||
app:controller="com.android.settings.gestures.PreventRingingPreferenceController"
|
||||
app:keywords="@string/keywords_gesture" />
|
||||
app:keywords="@string/keywords_gesture"
|
||||
app:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceScreen>
|
@@ -30,6 +30,7 @@
|
||||
android:title="@string/fingerprint_swipe_for_notifications_title"
|
||||
android:summary="@string/fingerprint_swipe_for_notifications_summary"
|
||||
app:keywords="@string/keywords_gesture"
|
||||
app:controller="com.android.settings.gestures.SwipeToNotificationPreferenceController" />
|
||||
app:controller="com.android.settings.gestures.SwipeToNotificationPreferenceController"
|
||||
app:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceScreen>
|
@@ -31,6 +31,7 @@
|
||||
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.SwipeUpPreferenceController" />
|
||||
app:controller="com.android.settings.gestures.SwipeUpPreferenceController"
|
||||
app:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user