<!-- android:shadowDx 阴影的水平偏移量 即往右移的距离 -->
<!-- android:shadowDy 阴影的垂直偏移量 即往下移的距离-->
<!-- android:shadowColor 阴影颜色 -->
<!-- android:shadowRadius 阴影的范围 即阴影透明和扩散的程度-->
<style name="textViewStyle">
<item name="android:textStyle">bold</item>
<item name="android:shadowColor">#ff0000</item>
<item name="android:shadowDx">50</item>
<item name="android:shadowDy">2</item>
<item name="android:shadowRadius">1</item>
</style>
相关文章
- 07-27android studio: 实现类似于XCode中的#pragma mark的效果
- 07-27Android文字周围的图像错误
- 07-27Android在TextView中设置局部文字的样式(HTML和SpannableString两种方式)
- 07-27我的Android开发之旅(二):Android三种动画效果的浅入之View动画
- 07-27018 Android Activity界面移入与移出的动画效果
- 07-27android – 使用包含其他背景颜色的项目在RecyclerView中获取涟漪效果
- 07-27android – 对RecyclerView的RIpple效果不适用于轻拍
- 07-27使用FreeType实现矢量字体的粗体、斜体、描边、阴影效果
- 07-27Android中带文字的ImageButton的实现
- 07-27给定的工件包含一个包含引用“android.support.v4.content”的字符串文字,无法安全地重写.对于androidx