mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-17 22:21:57 +03:00
2f0105abd3
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
14 lines
No EOL
449 B
XML
14 lines
No EOL
449 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/parent_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<ListView
|
|
android:id="@+id/geocoding_results"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
</ListView>
|
|
|
|
</LinearLayout> |