摘要: 项目需求:list中添加button属性,会使得后面listview不能点击,以下:<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" tools:context=".M 阅读全文
posted @ 2013-03-20 01:05 小三小山 阅读(155) 评论(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-20 01:02 小三小山 阅读(153) 评论(0) 推荐(0) 编辑
摘要: <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" > <ListView andr 阅读全文
posted @ 2013-03-20 01:00 小三小山 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 主界面无需太大的修改,设置一些需要的属性,就行了。<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&quo 阅读全文
posted @ 2013-03-20 00:58 小三小山 阅读(440) 评论(0) 推荐(0) 编辑