Android Textview 阴影效果

android:shoadowcolor=”” //阴影颜色
android:shadowDx=”1” //阴影X轴的偏移开始位置
android:shadowDy=”1” //阴影Y轴的偏移位置
android:shadowRadius=”1” //阴影半径

你可能感兴趣的:(Android Textview 阴影效果)