added one_row_layout

This commit is contained in:
Niklas
2020-01-14 16:54:22 +01:00
committed by Shembull
parent 4d26ce8859
commit c4142c6938

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="25dp"
android:textSize="20sp">
</TextView>