摘要: public void onViewClicked(View view) { switch (view.getId()) { case R.id.bt1: img1.setColorFilter(getResources().getColor(R.color.color3)); ... 阅读全文
posted @ 2017-08-12 16:34 段合江 阅读(594) 评论(0) 推荐(0)
摘要: 导入 2.下载jar 地址:glide.jar 基本使用 2. 设置预加载和加载失败的图片及缓存策略 显示圆形图片 定义转化圆形的类 继承自BitmapTransforation 在RequestOptions中配置该类 显示圆角图片 定义转化圆形的类 继承自BitmapTransforation 阅读全文
posted @ 2017-08-12 15:49 段合江 阅读(1984) 评论(0) 推荐(0)
摘要: Intent intent = new Intent(Intent.ACTION_MAIN); intent.addCategory(Intent.CATEGORY_LAUNCHER); ComponentName cn = new ComponentName("com.example.timer", "com.example.... 阅读全文
posted @ 2017-08-12 13:22 段合江 阅读(358) 评论(0) 推荐(0)