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

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

Snap for 10205056 from b1fe4288 to udc-release

Change-Id: I1416e213d5d12981b5f7755e2c4195560a207eab
parents cbe0bf2d b1fe4288
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@
        android:id="@+id/button_container_small"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:minHeight="48dp"
        android:orientation="horizontal">

        <RadioButton
+2 −1
Original line number Diff line number Diff line
@@ -52,5 +52,6 @@
        android:layout_height="match_parent"
        android:adjustViewBounds="true"
        android:src="@drawable/color_option_selected_no_background"
        android:visibility="gone"/>
        android:visibility="gone"
        android:importantForAccessibility="no" />
</androidx.constraintlayout.widget.ConstraintLayout>
+2 −1
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:adjustViewBounds="true"
            android:src="@drawable/color_overflow" />
            android:src="@drawable/color_overflow"
            android:contentDescription="@string/more_colors"/>
    </androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
+2 −0
Original line number Diff line number Diff line
@@ -176,4 +176,6 @@
    copied from sysui resources
    -->
    <dimen name="keyguard_large_clock_top_margin">-60dp</dimen>

    <dimen name="tab_touch_delegate_height_padding">8dp</dimen>
</resources>
+32 −0
Original line number Diff line number Diff line
@@ -455,6 +455,38 @@
    -->
    <string name="more_colors">More Colors</string>

    <!--
    Accessibility string for a button that allows the user to select a color scheme generated from
    their current wallpaper as the system color. This is shown in a list with other color options.

    [CHAR LIMIT=NONE].
    -->
    <string name="content_description_dynamic_color_option">Primary dynamic theme</string>

    <!--
    Accessibility string for a button that allows the user to select a color scheme generated from
    their current wallpaper as the system color. This is shown in a list with other color options.

    [CHAR LIMIT=NONE].
    -->
    <string name="content_description_neutral_color_option">Primary neutral theme</string>

    <!--
    Accessibility string for a button that allows the user to select a color scheme generated from
    their current wallpaper as the system color. This is shown in a list with other color options.

    [CHAR LIMIT=NONE].
    -->
    <string name="content_description_vibrant_color_option">Primary vibrant theme</string>

    <!--
    Accessibility string for a button that allows the user to select a color scheme generated from
    their current wallpaper as the system color. This is shown in a list with other color options.

    [CHAR LIMIT=NONE].
    -->
    <string name="content_description_expressive_color_option">Primary expressive theme</string>

    <!--
    Accessibility string for a button that allows the user to select the default color for their
    lock screen clock on the device. This is shown next to other buttons that allow the user to
Loading