mirror of https://github.com/M66B/FairEmail.git
No need to set content description on an image when its caption is showing next to it.
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
This commit is contained in:
parent
daec022622
commit
25077c1d6e
|
@ -17,7 +17,7 @@
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:contentDescription="@string/title_legend_show_images"
|
android:contentDescription="@null"
|
||||||
android:scaleType="centerInside"
|
android:scaleType="centerInside"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
|
Loading…
Reference in New Issue