6 lines
571 B
XML
6 lines
571 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout 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/language_title" android:layout_width="fill_parent" android:layout_height="wrap_content" />
|
|
<ListView android:id="@id/language_list" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginTop="@dimen/_20dp" android:divider="@null" android:layout_below="@id/language_title" />
|
|
</RelativeLayout> |