<?xml version="1.0" encoding="utf-8"?> <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/dl"> <LinearLayout android:layout_width="200dp" android:layout_height="match_parent" android:orientation="vertical" android:background="#f00" android:layout_gravity="start" > <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/img"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/tv" android:text="抽屉 布局"/> </LinearLayout> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:background="#f00"> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" /> </RelativeLayout> </android.support.v4.widget.DrawerLayout>
抽屉布局
最新推荐文章于 2022-08-16 11:33:21 发布