Skip to content

Commit 01ace09

Browse files
author
Junl
authored
Create Junl_add2
1 parent 2be2f06 commit 01ace09

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Junl_add2

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*--------------------------------一些细节总结----------------------------------*/
2+
3+
一、textview控件的属性
4+
1、android:text设置显示文本; android:textAppearance="?android:attr/textAppearanceMedium" />
5+
这里引用的是系统自带的一个外观,?表示系统是否有这种外观,否则使用默认的外观
6+
7+
二、com.handmark.pulltorefresh.library.PullToRefreshListView/listview 一些常用属性
8+
1、android:divider="#cc119911"分割线颜色
9+
2、android:dividerHeight="1dp"分割线宽度
10+
3、ptr:ptrMode="both" 同时支持下拉刷新 上拉加载
11+

0 commit comments

Comments
 (0)