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

Commit 6c80ef4f authored by Bhavuk Jain's avatar Bhavuk Jain
Browse files

Changes for a11y of color slider

This CL aims at adding content description for clock color slider for
a11y purposes.

Bug: b/280946340
Test: Tested by building and installing picker on local, video attached
in bug.
Flag: N/A

Change-Id: I1854bddccfb8c5b1209c220134d92dfe275978bb
parent 4a06fae7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@
                    android:layout_gravity="center_vertical"
                    android:minHeight="48dp"
                    android:thumb="@null"
                    android:contentDescription="@string/accessibility_clock_slider_description"
                    android:background="@null"
                    android:paddingHorizontal="16dp"
                    android:progressDrawable="@drawable/saturation_progress_drawable"
+3 −0
Original line number Diff line number Diff line
@@ -303,6 +303,9 @@
    <!-- Accessibility for custom style name page [CHAR_LIMIT=50] -->
    <string name="accessibility_custom_name_title">Custom style name</string>

    <!-- Accessibility for clock color slider [CHAR_LIMIT=50] -->
    <string name="accessibility_clock_slider_description">Color intensity</string>

    <!--Name of metadata in the main launcher Activity which values contains the authority
    corresponding to a ContentProvider in launcher to query or change themed icon option  -->
    <string name="themed_icon_metadata_key" translatable="false">com.android.launcher3.themedicon.option</string>