increase max height
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
android:layout_height="250dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:foreground="?android:selectableItemBackground"
|
||||
android:maxWidth="400dp">
|
||||
android:maxWidth="@dimen/layout_max_width">
|
||||
<ImageView
|
||||
android:id="@+id/photo"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<org.joinmastodon.android.ui.views.MaxWidthFrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxWidth="400dp">
|
||||
android:maxWidth="@dimen/layout_max_width">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/photo"
|
||||
|
||||
Reference in New Issue
Block a user