Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
How can i make shadow effect text in a TextView .
TextView
Any Idea?
Perhaps you'd consider using android:shadowColor, android:shadowDx, android:shadowDy, android:shadowRadius; alternatively setShadowLayer() ?
TextView textv = (TextView) findViewById(R.id.textview1);textv.setShadowLayer(1, 0, 0, Color.BLACK);
Perhaps you'd consider using android:shadowColor, android:shadowDx, android:shadowDy, android:shadowRadius; alternatively setShadowLayer() ?
ReplyDeleteTextView textv = (TextView) findViewById(R.id.textview1);
ReplyDeletetextv.setShadowLayer(1, 0, 0, Color.BLACK);