blob: c0e73dff98e6d9a5db50a4ee2da0005a8a470e0c (
plain) (
blame)
1
2
3
4
5
|
<?xml version="1.0" encoding="utf-8"?>
<View xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/dividerColor" />
|