Search This Blog

Sunday, October 16, 2016

TextView - Hiệu ứng màu nền cho textview

TextView textv = (TextView) findViewById(R.id.textView);
textv.setShadowLayer(30, 0, 0, Color.RED);

No comments:

Post a Comment