您的位置:首页 > 其它

TextViwe标记下双重,

2015-11-18 00:00 10 查看
摘要: 有阴影颜色字体

<?xml version="1.0" encoding="utf-8"?>

<TextView xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:textSize="10pt"

android:shadowColor="#0f0"

android:shadowDx="10"

android:shadowDy="5"

android:shadowRadius="1" >

</TextView>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: