07 2016 档案
android 虚线
摘要:效果图 如果想设置一和虚线的间隔 在shape文件加 入 android:shape="line" <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="line"> 阅读全文
posted @ 2016-07-13 10:34 freexiaoyu 阅读(907) 评论(0) 推荐(0)
EventBus 3.0使用
摘要:在没用eventBus之前一直用Android广播方式通知消息更新UI 广播写法 首先发送广播通知 Intent intent = new Intent(); intent.setAction("action.refreshFriend"); //名称自定义标识是哪个通知消息 sendBroadca 阅读全文
posted @ 2016-07-07 16:27 freexiaoyu 阅读(748) 评论(0) 推荐(0)