change header height

This commit is contained in:
sk
2022-11-20 02:20:13 +01:00
parent 480915f377
commit 0f5211f718

View File

@@ -28,7 +28,7 @@
<org.joinmastodon.android.ui.views.CoverImageView
android:id="@+id/cover"
android:layout_width="match_parent"
android:layout_height="229dp"
android:layout_height="200dp"
android:background="?colorWindowBackground"
android:contentDescription="@string/profile_header"
android:scaleType="centerCrop"/>