android接受的颜色: #RGB, #ARGB, #RRGGBB, #AARRGGBB

注意每种写法对应的位数不同。

解决listview设置背景图片以后,拖动出现黑色的问题。

To fix this issue, all you have to do is either disable the cache color hint optimization, if you use a non-solid color background, or set the hint to the appropriate solid color value. You can do this from code (seesetCacheColorHint(int)) or preferably from XML, by using theandroid:cacheColorHintattribute. To disable the optimization, simply use the transparent color#00000000. The following screenshot shows a list withandroid:cacheColorHint="#00000000"set in the XML layout file:

这里的#00000000 应该是#AARRGGBB写法。

更多相关文章

  1. Xamarin.Android(安卓)自定义VideoView 进度条
  2. Android(安卓)手势识别GestureDector
  3. android中的launcher介绍
  4. Android(安卓)Listener侦听的N种写法及实现
  5. 视频播放拖动进度时间定位不准问题
  6. Android基础教程之-----访Iphone 拖动相片特效Gallery的简单应用
  7. Android(安卓)UI开发第八篇——ViewFlipper
  8. [置顶] Android控件拖动的实现
  9. TabBar_ViewPager做成的tab页面

随机推荐

  1. 改变ScrollView的滚动条的颜色
  2. Android
  3. Android(安卓)使用URL通过浏览器调用andr
  4. android高手系列
  5. Android(安卓)studio2.3.3升级3.1.2坑
  6. android studio 已过时
  7. Android(安卓)各种自定义进度条Progressb
  8. Android读取Txt文件
  9. Android软件更新
  10. Android(安卓)Studio 错误 Duplicate fil