Label work profile notification badge for a11y

Bug: 21165217
Change-Id: I9d326332af0780c34dfd5cba182ff74a2bc34950
This commit is contained in:
Adrian Roos
2015-06-12 14:26:58 -07:00
parent 7413ab6731
commit 6a25e400cf
6 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"

View File

@@ -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

View File

@@ -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>

View File

@@ -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 -->