SchildiChat-android/vector/src/main/res/layout/item_divider.xml

8 lines
326 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<View xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?riotx_list_bottom_sheet_divider_color"
tools:layout_height="100dp" />