mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-01-03 14:40:07 +02:00
fix #30 - avatar is cropped in main menu
This commit is contained in:
parent
ffea96a24b
commit
cf9ecb9adf
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
android:layout_height="match_parent"
|
||||
android:layout_alignParentTop="true"
|
||||
android:contentDescription="@string/profile_banner"
|
||||
android:scaleType="centerCrop" />
|
||||
android:scaleType="fitCenter" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/header_option_info"
|
||||
|
|
Loading…
Reference in a new issue