11 lines
253 B
XML
11 lines
253 B
XML
|
|
<!-- divider_layout.xml -->
|
||
|
|
<View
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:id="@+id/dividerView"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="5dp"
|
||
|
|
|
||
|
|
android:background="@color/darkgrey"
|
||
|
|
|
||
|
|
/>
|