Fix lint issue
This commit is contained in:
parent
5d052cda79
commit
6af9fda7df
@ -49,6 +49,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginEnd="8dp"
|
android:layout_marginEnd="8dp"
|
||||||
|
android:contentDescription="@string/a11y_beta"
|
||||||
android:src="@drawable/ic_beta_pill"
|
android:src="@drawable/ic_beta_pill"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent" />
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="@dimen/layout_vertical_margin_big"
|
android:layout_marginTop="@dimen/layout_vertical_margin_big"
|
||||||
android:importantForAccessibility="no"
|
android:contentDescription="@string/a11y_beta"
|
||||||
android:src="@drawable/ic_beta_pill"
|
android:src="@drawable/ic_beta_pill"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
@ -2294,6 +2294,7 @@
|
|||||||
<string name="a11y_show_password">Show password</string>
|
<string name="a11y_show_password">Show password</string>
|
||||||
<string name="a11y_hide_password">Hide password</string>
|
<string name="a11y_hide_password">Hide password</string>
|
||||||
<string name="a11y_jump_to_bottom">Jump to bottom</string>
|
<string name="a11y_jump_to_bottom">Jump to bottom</string>
|
||||||
|
<string name="a11y_beta">This feature is undergoing beta testing</string>
|
||||||
|
|
||||||
<!-- Read receipts list a11y -->
|
<!-- Read receipts list a11y -->
|
||||||
<plurals name="two_and_some_others_read">
|
<plurals name="two_and_some_others_read">
|
||||||
|
Loading…
Reference in New Issue
Block a user