Weather/res/layout/activity_change_language.xml
2021-05-10 10:13:34 +02:00

6 lines
602 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.moji.titlebar.MJTitleBar android:id="@id/title_changevoice" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<ListView android:id="@android:id/list" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginTop="20.0dip" android:divider="@null" android:layout_below="@id/title_changevoice" />
</RelativeLayout>