7 lines
730 B
XML
7 lines
730 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout android:orientation="vertical" android:padding="@dimen/tmap_0dp" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_margin="@dimen/tmap_0dp"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<include android:id="@id/title_layout" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_common_title_height" layout="@layout/common_header" />
|
|
<FrameLayout android:id="@id/fragment" android:padding="@dimen/tmap_0dp" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_margin="@dimen/tmap_0dp"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" />
|
|
</LinearLayout> |