Textview Shadow Not Showing Up In Preview - Although Working On Real Device
in my android app, I applied a shadow effect to a TextView via XML. This is it:
Solution 1:
Shadow layers are not supported in the layout editor inside of Eclipse. They will show up correctly on all devices and the emulator even though they do not in the editor.
Solution 2:
This is a general bug with the android plug-in with eclipse.
Post a Comment for "Textview Shadow Not Showing Up In Preview - Although Working On Real Device"