本篇文章,主要整理listview控件在使用的时候,一些重要属性的使用与说明。
android:scrollbarStyle
可以定义滚动条的样式和位置,可选值有insideOverlay、insideInset、outsideOverlay、outsideInset四种。
其中inside和outside分别表示是否在view的padding区域内,overlay和inset表...
分类:
其他好文 时间:
2014-07-29 13:00:17
阅读次数:
221
Android-自定义图像资源的使用2014年4月29日 上一篇博客,介绍前面几种图像资源的使用,本篇博客把剩下的全部介绍完: 普通图像资源XML图像资源Nine-patch图像资源XML Nine-patch图像资源图层(Layer)图像资源图像状态(state)资源图像级别(Level)资源淡入淡出(transition)资源嵌入(Inset)图像资源剪切(Clip)图像资源比例(Scale...
分类:
移动开发 时间:
2014-07-22 23:03:13
阅读次数:
611
.div1{ width:100px; height:50px; background-color:Gray; opacity: 0.5; border:1px solid red; box-shadow:0 0 50px inset; border-radius:10px; margin:100px auto}
function gaibian() {
...
分类:
编程语言 时间:
2014-07-19 08:27:20
阅读次数:
214
INSERT INTO system_organize (organize_id,organize_code,organize_name)SELECT DISTINCT REPLACE(UUID(),'-',''),a_code,a_name FROM sys_fee_aREPLACE(UUID()...
分类:
其他好文 时间:
2014-06-20 16:49:13
阅读次数:
185
使用背景:公司有一个存储过程,insert 总是不成功,之后debug,看到insert语句中有对日期处理的函数,TO_CHAR (TO_DATE (v_slot_date, 'yyyy-mm-dd'),'yyyy-mm')查看跳出进入exception时的v_slot_date值,发现v_slot_date是'2013.12月',才恍然大悟,原来是传入的日期字符串不规范,所以导致inset出现异...
分类:
数据库 时间:
2014-06-03 06:32:41
阅读次数:
371
UIButton中的**EdgeInsets是做什么用的?UIEdgeInsetsMakeCreates
an edge inset for a button or view.An inset is a margin around the drawing
rectangle where each s...
分类:
其他好文 时间:
2014-05-27 01:52:22
阅读次数:
297
语法: = inset? && {2,4} && ?
注释:问号表示可选参数;{2,4}表示最少2个参数最多4个;当length = 2时,代表position x 和position y的值;当length =
3时,代表position x, position y, blur;当length ....
分类:
Web程序 时间:
2014-05-25 14:07:41
阅读次数:
355