
style
沐怡旸--指针诗笺
路漫漫其修远兮,吾将上下而求索
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
动态添加button,并设置其style
Button button = new Button(mActivity); button.setId(reportInfo.hashCode()); button.setText(reportInfo.getInfo()); button.setTextAppearance(mActivity, R.style.tv_custom_dialog_st原创 2015-08-19 15:53:21 · 12432 阅读 · 0 评论 -
自定义EditText样式-(包括光标背景)
效果图: 布局文件中<EditText android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/ETEditAlbumInfoText" />样式:ETEditAlbumInfoTe原创 2015-12-26 19:11:29 · 1843 阅读 · 0 评论