design_navigation_item_separator.xml 321 B

12345
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content"
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <View android:background="?android:listDivider" android:layout_width="fill_parent" android:layout_height="1.0dip" />
  5. </FrameLayout>