Fix contentDescription for the junk image button

Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
pull/172/head
Peter Vágner 5 years ago committed by M66B
parent 1d240e7497
commit e7fd1bac7a

@ -85,7 +85,7 @@
android:layout_marginTop="3dp"
android:layout_marginEnd="12dp"
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:padding="3dp"
android:scaleType="fitCenter"
@ -146,4 +146,4 @@
android:layout_width="0dp"
android:layout_height="0dp"
app:constraint_referenced_ids="vSeparatorTop,bnvActions,vSeparatorBottom" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

Loading…
Cancel
Save