wulkanowy-mod/app/src/main/res/layout/item_message_divider.xml

7 lines
270 B
XML
Raw Normal View History

2020-04-02 13:27:53 -05:00
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="2dp"
android:layout_marginTop="20dp"
android:layout_marginBottom="10dp"
android:background="?android:attr/listDivider" />