Android 发光的文字

– 利用TextView简单的setShadowLayer方法即可实现闪闪发光的文字效果 – private TextView txt_name; txt_name.setShadowLayer(12,0,0, Color.WHITE); – 参数详解 – setShadowLayer(float radius, float dx, float dy, int color) 1.radius:模糊
相关文章
相关标签/搜索