mirror of https://github.com/M66B/FairEmail.git
Fix contentDescription for the junk image button
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
This commit is contained in:
parent
1d240e7497
commit
e7fd1bac7a
|
@ -85,7 +85,7 @@
|
||||||
android:layout_marginTop="3dp"
|
android:layout_marginTop="3dp"
|
||||||
android:layout_marginEnd="12dp"
|
android:layout_marginEnd="12dp"
|
||||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||||
android:contentDescription="@string/title_legend_show_unsubscribe"
|
android:contentDescription="@string/title_legend_show_junk"
|
||||||
android:foregroundTint="?android:attr/textColorSecondary"
|
android:foregroundTint="?android:attr/textColorSecondary"
|
||||||
android:padding="3dp"
|
android:padding="3dp"
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
|
|
Loading…
Reference in New Issue