
android
叶落随流水
这个作者很懒,什么都没留下…
展开
-
android 图片倾斜倒影
//create inverted image private Bitmap createInvertedImage(){ Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.pic_1); int width = bitmap.getWidth()原创 2015-05-13 14:58:47 · 738 阅读 · 0 评论 -
Meterial 属性总结
1. FloatActionButton app:backgroundTint - 设置FAB的背景颜色。app:rippleColor - 设置FAB点击时的背景颜色。app:borderWidth - 该属性尤为重要,如果不设置0dp,那么在4.1的sdk上FAB会显示为正方形,而且在5.0以后的sdk没有阴影效果。所以设置为borderWidth="0原创 2015-10-23 11:20:46 · 758 阅读 · 1 评论