摘要: 1.xml布局文件代码 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/tools" 3 android:layout_width="match_parent" 4 android:layout_height="match_parent" 5 tools:context=".DemoGetImage" 阅读全文
posted @ 2012-12-19 14:42 merryjd 阅读(724) 评论(0) 推荐(0)
摘要: Toast toast = Toast.makeText(MainActivity.this, "11", Toast.LENGTH_SHORT);toast.show(); 阅读全文
posted @ 2012-12-19 13:45 merryjd 阅读(236) 评论(0) 推荐(0)
摘要: View的setOnClickListener的添加方法(转载) 阅读全文
posted @ 2012-12-19 13:33 merryjd 阅读(175) 评论(0) 推荐(0)