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

Commit 78f3c385 authored by Charles He's avatar Charles He Committed by android-build-merger
Browse files

Merge "Merge "Add a11y voice for the VPN icon in status bar" into oc-dev am:...

Merge "Merge "Add a11y voice for the VPN icon in status bar" into oc-dev am: 274442e3" into oc-dev-plus-aosp
am: 59179b49

Change-Id: I6ce10b08136f3ed9615897237a1404fa6400fb50
parents 204cdaa5 59179b49
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -32,6 +32,7 @@
        android:layout_width="wrap_content"
        android:layout_width="wrap_content"
        android:paddingEnd="6dp"
        android:paddingEnd="6dp"
        android:src="@drawable/stat_sys_vpn_ic"
        android:src="@drawable/stat_sys_vpn_ic"
        android:contentDescription="@string/accessibility_vpn_on"
        />
        />
    <FrameLayout
    <FrameLayout
        android:id="@+id/ethernet_combo"
        android:id="@+id/ethernet_combo"
+3 −0
Original line number Original line Diff line number Diff line
@@ -390,6 +390,9 @@
    <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    <string name="accessibility_airplane_mode">Airplane mode.</string>
    <string name="accessibility_airplane_mode">Airplane mode.</string>


    <!-- Content description of the VPN icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    <string name="accessibility_vpn_on">VPN on.</string>

    <!-- Content description of the no sim icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    <!-- Content description of the no sim icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    <string name="accessibility_no_sims">No SIM card.</string>
    <string name="accessibility_no_sims">No SIM card.</string>