Label work profile notification badge for a11y
Bug: 21165217 Change-Id: I9d326332af0780c34dfd5cba182ff74a2bc34950
This commit is contained in:
@@ -58,6 +58,7 @@
|
|||||||
android:layout_marginStart="4dp"
|
android:layout_marginStart="4dp"
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
|
android:contentDescription="@string/notification_work_profile_content_description"
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<include
|
<include
|
||||||
|
|||||||
@@ -60,6 +60,7 @@
|
|||||||
android:layout_marginStart="4dp"
|
android:layout_marginStart="4dp"
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
|
android:contentDescription="@string/notification_work_profile_content_description"
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<ImageView
|
<ImageView
|
||||||
|
|||||||
@@ -62,6 +62,7 @@
|
|||||||
android:layout_marginStart="4dp"
|
android:layout_marginStart="4dp"
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
|
android:contentDescription="@string/notification_work_profile_content_description"
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<TextView android:id="@+id/inbox_text1"
|
<TextView android:id="@+id/inbox_text1"
|
||||||
|
|||||||
@@ -43,6 +43,7 @@
|
|||||||
android:layout_marginStart="4dp"
|
android:layout_marginStart="4dp"
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
|
android:contentDescription="@string/notification_work_profile_content_description"
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<ViewStub
|
<ViewStub
|
||||||
|
|||||||
@@ -51,5 +51,6 @@
|
|||||||
android:layout_marginStart="4dp"
|
android:layout_marginStart="4dp"
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
|
android:contentDescription="@string/notification_work_profile_content_description"
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -4168,6 +4168,9 @@
|
|||||||
<string name="stk_cc_ss_to_ussd">SS request is modified to USSD request.</string>
|
<string name="stk_cc_ss_to_ussd">SS request is modified to USSD request.</string>
|
||||||
<string name="stk_cc_ss_to_ss">SS request is modified to new SS request.</string>
|
<string name="stk_cc_ss_to_ss">SS request is modified to new SS request.</string>
|
||||||
|
|
||||||
|
<!-- Content description of the work profile icon in the notification. -->
|
||||||
|
<string name="notification_work_profile_content_description">Work profile</string>
|
||||||
|
|
||||||
<!-- User visible name for USB MIDI Peripheral port -->
|
<!-- User visible name for USB MIDI Peripheral port -->
|
||||||
<string name="usb_midi_peripheral_name">Android USB Peripheral Port</string>
|
<string name="usb_midi_peripheral_name">Android USB Peripheral Port</string>
|
||||||
<!-- Manufacturer name for USB MIDI Peripheral port -->
|
<!-- Manufacturer name for USB MIDI Peripheral port -->
|
||||||
|
|||||||
Reference in New Issue
Block a user