mirror of https://github.com/axmolengine/axmol.git
37 lines
1.1 KiB
XML
37 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:orientation="vertical"
|
|
>
|
|
<LinearLayout
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="0dip"
|
|
android:layout_weight="1.0"
|
|
android:orientation="vertical"
|
|
android:background="@drawable/nd3_background_xml" >
|
|
<com.nd.commplatform.widget.NdTopBar
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="24dip"
|
|
android:id="@+id/nd3_topbar"
|
|
/>
|
|
<com.nd.commplatform.widget.NdTitleBar
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@id/nd3_topbar"
|
|
android:id="@+id/nd3_titlepanel"
|
|
/>
|
|
<RelativeLayout
|
|
android:id="@+id/nd3_content"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="0dip"
|
|
android:layout_weight="1.0">
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
|
|
<com.nd.commplatform.widget.NdBottomBar
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:id="@+id/nd3_bottombar"/>
|
|
</LinearLayout>
|