摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context=".Ma 阅读全文
posted @ 2013-03-11 23:50 小三小山 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 主xml文件<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context=&qu 阅读全文
posted @ 2013-03-11 23:49 小三小山 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 主xml<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity" > <TextView 阅读全文
posted @ 2013-03-11 23:48 小三小山 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 主xml中<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context=&quo 阅读全文
posted @ 2013-03-11 23:45 小三小山 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 定义两个xml文件,第一个<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:cont 阅读全文
posted @ 2013-03-11 23:43 小三小山 阅读(258) 评论(0) 推荐(0) 编辑