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:模糊
相關文章
相關標籤/搜索