Merge "Added strings for translation with the expand affordance" into nyc-dev
This commit is contained in:
@@ -96,6 +96,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="1dp"
|
android:paddingTop="1dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
|
android:contentDescription="@string/expand_button_content_description"
|
||||||
/>
|
/>
|
||||||
<ImageView android:id="@+id/profile_badge"
|
<ImageView android:id="@+id/profile_badge"
|
||||||
android:layout_width="@dimen/notification_badge_size"
|
android:layout_width="@dimen/notification_badge_size"
|
||||||
|
|||||||
@@ -4261,6 +4261,12 @@
|
|||||||
<!-- Content description of the work profile icon in the notification. -->
|
<!-- Content description of the work profile icon in the notification. -->
|
||||||
<string name="notification_work_profile_content_description">Work profile</string>
|
<string name="notification_work_profile_content_description">Work profile</string>
|
||||||
|
|
||||||
|
<!-- Content description of the expand button icon in the notification.-->
|
||||||
|
<string name="expand_button_content_description">Expand button</string>
|
||||||
|
|
||||||
|
<!-- Accessibility action description on the expand button. -->
|
||||||
|
<string name="expand_action_accessibility">Click to expand</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