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

Commit 4697d669 authored by Adrian Roos's avatar Adrian Roos
Browse files

Add content description for brightness slider

Bug: 15696099
Change-Id: I834020c1505fd5e07a1ba4f120e0f811c598953a
parent e210cc8e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
        android:paddingBottom="16dp"
        android:thumb="@drawable/ic_brightness_thumb"
        android:splitTrack="false"
        android:contentDescription="@string/accessibility_brightness"
        />
    <TextView
        android:id="@+id/label"
+3 −0
Original line number Diff line number Diff line
@@ -418,6 +418,9 @@
    <!-- Content description of zen mode time condition minus button (not shown on the screen). [CHAR LIMIT=NONE] -->
    <string name="accessibility_quick_settings_less_time">Less time</string>

    <!-- Content description of the display brightness slider (not shown on the screen). [CHAR LIMIT=NONE] -->
    <string name="accessibility_brightness">Display brightness</string>

    <!-- Title of dialog shown when 2G-3G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
    <string name="data_usage_disabled_dialog_3g_title">2G-3G data is off</string>
    <!-- Title of dialog shown when 4G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->