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

Commit 132aa23

Browse files
committed
Added bottom border
1 parent 6149b8a commit 132aa23

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@
105105

106106
</RelativeLayout>
107107

108+
<TextView
109+
android:layout_width="match_parent"
110+
android:layout_height="1dp"
111+
android:background="@android:color/black"
112+
android:layout_marginTop="2dp"
113+
android:layout_marginBottom="2dp"/>
108114

109115
<ExpandableListView
110116
android:id="@+id/streams_drawer"
@@ -173,6 +179,12 @@
173179

174180
</RelativeLayout>
175181

182+
<TextView
183+
android:layout_width="match_parent"
184+
android:layout_height="1dp"
185+
android:background="@android:color/black"
186+
android:layout_marginTop="2dp"
187+
android:layout_marginBottom="2dp"/>
176188

177189
<ListView
178190
android:id="@+id/people_drawer"

0 commit comments

Comments
 (0)