change header height

This commit is contained in:
sk 2022-11-20 02:20:13 +01:00
parent 480915f377
commit 0f5211f718
1 changed files with 1 additions and 1 deletions

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"/>