aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/item_nav_drawer_divider.xml
blob: c0e73dff98e6d9a5db50a4ee2da0005a8a470e0c (plain) (tree)
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" />