随笔分类 - Android(widget)
android基本控件使用
Android 开发 带图像的Toast提示
摘要:Toast扩展学习,创建带有图像的信息提示Toast。
阅读全文
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...
阅读全文