kopia lustrzana https://github.com/ryukoposting/Signal-Android
Add content description to navigation button on settings toolbar.
rodzic
a994712609
commit
e5f1793eb3
|
@ -14,6 +14,7 @@
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
app:navigationIcon="@drawable/ic_arrow_left_24"
|
app:navigationIcon="@drawable/ic_arrow_left_24"
|
||||||
app:titleTextAppearance="@style/Signal.Text.Title"
|
app:titleTextAppearance="@style/Signal.Text.Title"
|
||||||
|
app:navigationContentDescription="@string/DSLSettingsToolbar__navigate_up"
|
||||||
tools:title="Settings" />
|
tools:title="Settings" />
|
||||||
|
|
||||||
<View
|
<View
|
||||||
|
|
|
@ -3673,6 +3673,9 @@
|
||||||
<string name="ContactSelectionListItem__sms">SMS</string>
|
<string name="ContactSelectionListItem__sms">SMS</string>
|
||||||
<string name="ContactSelectionListItem__dot_s">· %1$s</string>
|
<string name="ContactSelectionListItem__dot_s">· %1$s</string>
|
||||||
|
|
||||||
|
<!-- DSLSettingsToolbar -->
|
||||||
|
<string name="DSLSettingsToolbar__navigate_up">Navigate up</string>
|
||||||
|
|
||||||
<!-- EOF -->
|
<!-- EOF -->
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Ładowanie…
Reference in New Issue