Files
secondo/android/Secondo4Android/res/layout/activity_listobjects.xml

15 lines
456 B
XML
Raw Normal View History

2026-01-23 17:03:45 +08:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:id="@+id/listobjectslinearlayout"
>
<ListView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
</ListView>
</LinearLayout>