mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 11:58:09 +00:00
15 lines
No EOL
506 B
XML
15 lines
No EOL
506 B
XML
<ScrollView 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"
|
|
tools:context=".SuitesActivity" >
|
|
|
|
<LinearLayout
|
|
android:id="@+id/suites_list"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical" >
|
|
</LinearLayout>
|
|
|
|
</ScrollView> |