随笔分类 -  Android(widget)

android基本控件使用
Android 开发 带图像的Toast提示
摘要:Toast扩展学习,创建带有图像的信息提示Toast。 阅读全文
posted @ 2010-07-07 17:09 深挖三尺 阅读(831) 评论(0) 推荐(1)
Android widget组件(一):Button、 EditText、TextView
摘要:Button Android中的Button组件,最常使用的Widget组件之一。 Layout声明:<Button android:text="@string/account_create_btnCancel_title"android:id="@+id/btnCAccountCancel" android:layout_width="100px" android:layout_heigh... 阅读全文
posted @ 2010-06-09 22:03 深挖三尺 阅读(9553) 评论(0) 推荐(0)