Android 抽屉式Activity
2012-07-17 14:06:29 来源:WEB开发网核心提示:blog.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="android.com/apk/res/android">http://schemas.
------------------------blog.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="android.com/apk/res/android">http://schemas.android.com/apk/res/android"
android:id="@+id/inner_content"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@android:color/white" >
<RelativeLayout xmlns:android="android.com/apk/res/android">http://schemas.android.com/apk/res/android"
android:id="@+id/inner_content"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@android:color/white" >
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="fill_parent"
android:layout_height="45dip"
android:background="#bb000000"
android:gravity="center_vertical"
android:orientation="horizontal" >
android:id="@+id/linearLayout1"
android:layout_width="fill_parent"
android:layout_height="45dip"
android:background="#bb000000"
android:gravity="center_vertical"
android:orientation="horizontal" >
更多精彩
赞助商链接