Files
DMT-Android-App/res/layout/lab.xml
T
2020-09-28 19:54:36 +02:00

17 lines
556 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/labLayout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<ListView
android:id="@+id/labList"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scrollingCache="true" >
</ListView>
</LinearLayout>