wulkanowy-mod/app/src/main/res/layout/item_message_divider.xml
2020-04-02 20:27:53 +02:00

7 lines
270 B
XML

<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" />