Skip to content

Commit bc94ade

Browse files
committed
Use centerCrop
1 parent dd80315 commit bc94ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/res/layout/layout_header.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
android:layout_height="wrap_content"
77
android:orientation="vertical"
88
android:adjustViewBounds="true"
9-
android:scaleType="fitCenter"
9+
android:scaleType="centerCrop"
1010
android:src="@drawable/background_header"/>
1111

1212
<TextView xmlns:android="http://schemas.android.com/apk/res/android"

0 commit comments

Comments
 (0)