forked from mirrors/Fedilab
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_height="match_parent"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:contentDescription="@string/profile_banner"
|
android:contentDescription="@string/profile_banner"
|
||||||
android:scaleType="centerCrop" />
|
android:scaleType="fitCenter" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/header_option_info"
|
android:id="@+id/header_option_info"
|
||||||
|
|
Loading…
Reference in a new issue