mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-03-15 09:34:00 +01:00
7 lines
270 B
XML
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" />
|