- 博客(3)
- 问答 (2)
- 收藏
- 关注
原创 Android学习随笔之TextView实现跑马灯
<com.test.testtwe.MarqueeText android:id="@+id/textView1" android:layout_width="match_parent" android:layout_height="wrap_content" android:singleLine="true" and
2014-11-17 16:32:01
319
转载 java中super的用法和与this的区别
1. 子类的构造函数如果要引用super的话,必须把super放在函数的首位. class Base { Base() { System.out.println("Base"); } } public class Checket extends Base { Checket() { super();//调用父类的
2014-10-18 09:42:19
418
空空如也
Android为什么设置铃声后为静音
2015-06-21
setonclicklistener事件中如何改变其他控件的属性
2015-06-20
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅