mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 01:51:47 +00:00
12 lines
391 B
XML
12 lines
391 B
XML
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_margin="16dip"
|
|
tools:context=".MainActivity"
|
|
android:id="@+id/listView1"
|
|
android:addStatesFromChildren="true"
|
|
android:orientation="vertical">
|
|
|
|
</ListView>
|