摘要: listview里的TextView跑马灯 步骤1,TextView里: android:ellipsize="marquee" android:focusableInTouchMode="true" android:singleLine="true" android:focusableInTouc 阅读全文
posted @ 2017-02-17 15:24 leafseelight 阅读(276) 评论(0) 推荐(0)
摘要: 场景: 应用1注册了intent的action为“com.aaa”的广播接受者, 在应用2,发送了intent的action为“com.aaa”的广播, 结果应用1注册的广播接收者的onReceive()调用了。 问题: 这样就会导致当别的应用的广播的action跟自己应用的action相同的时候, 阅读全文
posted @ 2017-02-17 15:23 leafseelight 阅读(158) 评论(0) 推荐(0)