摘要:
尊重原创作者,转载请注明出处:http://blog.csdn.net/gemmem/article/details/7321910 Scroller这个类理解起来有一定的困难,刚开始接触Scroller类的程序员可能无法理解Scroller和View系统是怎么样联系起来的。我经过自己的学习和实践,... 阅读全文
摘要:
转载:http://blog.csdn.net/lmj623565791/article/details/23382805今天没事跟群里面侃大山,有个哥们说道Android Wheel这个控件,以为是Andriod内置的控件,google一把,发现是个github上的一个控件。下载地址:https:... 阅读全文
摘要:
http://android-wheel.googlecode.com/svn/trunk/android-wheel-read-only在github上面有一个叫做android-wheel的开源控件, 代码地址https://github.com/maarek/android-wheel 阅读全文
摘要:
android设置view透明度的效果推荐textView.setBackgroundColor(Color.TRANSPARENT);第一种方法:在xml文件中设置背景颜色。Xml代码android:background="#ff6495ED">前两位表示透明度,后面依次为RGB,透明度从0到25... 阅读全文
摘要:
@Override public boolean dispatchTouchEvent(MotionEvent ev) { //requestDisallowInterceptTouchEvent(disallowIntercept); //disallowInte... 阅读全文