Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 223a9e8

Browse files
committed
Trying a bigger drawer size
1 parent b1e9c5e commit 223a9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717
<ListView
1818
android:id="@+id/streams_drawer"
19-
android:layout_width="340dp"
19+
android:layout_width="320dp"
2020
android:layout_height="match_parent"
2121
android:layout_gravity="start"
2222
android:background="#FFF"
2323
android:choiceMode="singleChoice" />
2424

2525
<ListView
2626
android:id="@+id/people_drawer"
27-
android:layout_width="240dp"
27+
android:layout_width="320dp"
2828
android:layout_height="match_parent"
2929
android:layout_gravity="end"
3030
android:background="#FFF"

0 commit comments

Comments
 (0)