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

Commit f3076330 authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "Add content description for brightness slider" into lmp-dev

parents 57647c16 4697d669
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] -->