don't crop image when composing alt text
This commit is contained in:
parent
080a320e12
commit
98de3a2984
|
@ -9,20 +9,14 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<org.joinmastodon.android.ui.views.ComposeMediaLayout
|
<ImageView
|
||||||
android:layout_width="wrap_content"
|
android:id="@+id/photo"
|
||||||
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_horizontal">
|
android:scaleType="fitXY"
|
||||||
|
android:adjustViewBounds="true"
|
||||||
<ImageView
|
android:importantForAccessibility="no"
|
||||||
android:id="@+id/photo"
|
tools:src="#0f0" />
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent"
|
|
||||||
android:scaleType="centerCrop"
|
|
||||||
android:importantForAccessibility="no"
|
|
||||||
tools:src="#0f0"/>
|
|
||||||
|
|
||||||
</org.joinmastodon.android.ui.views.ComposeMediaLayout>
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/title"
|
android:id="@+id/title"
|
||||||
|
|
Loading…
Reference in New Issue