摘要: 1. 设定 EditText 的滚动条、对齐方式、行数、和提示 (hint) 及其颜色 在布局文件,比如 main.xml 中,增加 < EditText android:id = "@+id/EditText01" android:layout_width = "fill_parent" andr 阅读全文
posted @ 2016-08-04 14:04 星辰之力 阅读(429) 评论(0) 推荐(0)
摘要: android:id="@+id/editSms" android:layout_width="fill_parent" android:layout_height="wrap_content" android:hint="@string/saveSms" android:inputType="textMultiLine" android:gravity="left... 阅读全文
posted @ 2016-08-04 13:55 星辰之力 阅读(13892) 评论(0) 推荐(0)
摘要: 1. Parcelable接口 Interface for classes whose instances can be written to and restored from a Parcel。 Classes implementing the Parcelable interface must 阅读全文
posted @ 2016-08-04 09:00 星辰之力 阅读(195) 评论(0) 推荐(0)