Skip to content

Commit e6d066e

Browse files
committed
Reduce header height in navigation drawer
1 parent 6a21b81 commit e6d066e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

News-Android-App/src/main/res/layout/fragment_newsreader_list.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RelativeLayout
99
android:id="@+id/header_view"
1010
android:layout_width="match_parent"
11-
android:layout_height="180dp"
11+
android:layout_height="100dp"
1212
android:padding="10dp"
1313
android:background="@drawable/left_drawer_header_background"
1414
android:clickable="true">

0 commit comments

Comments
 (0)