Skip to content

Commit 6ae50c3

Browse files
committed
NavDrawer: Fix image scaling
Signed-off-by: Hendrik Borghorst <[email protected]>
1 parent bfe8b29 commit 6ae50c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/nav_header_odyssey_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
android:layout_width="match_parent"
3434
android:layout_height="match_parent"
3535
android:alpha="0.1"
36-
android:scaleType="centerCrop"
36+
android:scaleType="centerInside"
3737
android:src="@drawable/odyssey_256dp"
3838
android:contentDescription="@null" />
3939

0 commit comments

Comments
 (0)