aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/item_nav_drawer_divider.xml
blob: c27b4d55648d84e8905ce9b26d237561c5255e7b (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="?attr/dividerColor" />