1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-03-15 11:34:00 +01:00
wulkanowy-mirror/app/src/main/res/layout/item_message_divider.xml

7 lines
270 B
XML
Raw Normal View History

2020-04-02 20:27:53 +02: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" />