Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a695bba authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 9787270 from 0165aa82 to tm-qpr3-release

Change-Id: Iff4341f6d821f848a65921e8433e6ee814df61b7
parents f080df35 0165aa82
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2023 The Android Open Source Project
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at
          http://www.apache.org/licenses/LICENSE-2.0
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<View
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/overview_gesture_tutorial_shape"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_margin="20dp"
    android:background="@color/gesture_overview_tutorial_background" />
 No newline at end of file
+1 −0

File added.

File size exceeds preview limit.

+1 −0

File added.

File size exceeds preview limit.

+2 −0
Original line number Diff line number Diff line
@@ -47,7 +47,9 @@
    <color name="gesture_home_tutorial_swipe_up_rect">#3857C7</color>
    <color name="gesture_back_tutorial_exiting_app">#F3A5B9</color>
    <color name="gesture_back_tutorial_background">#3857C7</color>
    <color name="gesture_overview_tutorial_background">#E2F3AF</color>
    <color name="gesture_overview_tutorial_swipe_rect">#7E44AD</color>
    <color name="gesture_overview_background">#BFC8CB</color>

    <!-- Mock hotseat -->
    <color name="mock_app_icon">#BDC1C6</color>
+2 −0
Original line number Diff line number Diff line
@@ -156,6 +156,8 @@
    <string name="overview_gesture_intro_subtitle">To switch between apps, swipe up from the bottom of your screen, hold, then release.</string>
    <!-- Introduction subtitle for the Overview gesture tutorial that will be spoken by screen readers. [CHAR LIMIT=100] -->
    <string name="overview_gesture_spoken_intro_subtitle">To switch between apps, swipe up with 2 fingers from the bottom of your screen, hold, then release.</string>
    <!-- Title of the gesture tutorial section educating users on how to switch between apps. [CHAR LIMIT=100] -->
    <string name="overview_gesture_tutorial_title">Switch apps</string>

    <!-- Title shown during interactive part of Assistant gesture tutorial. [CHAR LIMIT=30] -->
    <string name="assistant_gesture_tutorial_playground_title" translatable="false">Tutorial: Assistant</string>
Loading