You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
787 B
24 lines
787 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:paddingLeft="16dp"
|
|
android:paddingRight="16dp"
|
|
android:orientation="vertical"
|
|
android:gravity="center"
|
|
>
|
|
<FrameLayout
|
|
android:id="@+id/main_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"/>
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="70dp"
|
|
android:background="#E2E4DF"
|
|
android:orientation="horizontal">
|
|
<!-- 底部导航-->
|
|
<include layout=" @layout/name" />
|
|
</LinearLayout>
|
|
|
|
</LinearLayout> |