Layout changes for new animation assets
The animation videos are changing to have a white background, so we want to match that in the background color to avoid horizontal bands of the current grey background color on the edges of the new videos. We're also adding a divider between the video and the content beneath it. This CL also includes the new illustration video for the launcher gesture. Fixes: 77861241 Fixes: 77474484 Test: manual (visit all entries in Settings->System->Gestures, as well as Settings->Display->Adaptive brightness) Change-Id: I976782645c9431d40e005960b80353a7da2b89b8
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