DBMNG数据库管理与应用

书籍是全世界的营养品。生活里没有书籍,就好像没有阳光;智慧里没有书籍,就好像鸟儿没有翅膀。
当前位置:首页 > 移动应用 > Android

android:text文字阴影设置

http://blog.csdn.net/imdxt1986/article/details/6947270


 


<SPAN style="FONT-SIZE: 16px"><TextView  android:id="@+id/text"     
    android:layout_width="wrap_content"     
    android:layout_height="wrap_content"     
    android:text="text1"     
    android:textSize="35dip"     
    android:textStyle="bold"     
    android:textColor="#FFFFFF"     
    android:shadowColor="#ff000000"    
    android:shadowDx="2"    
        android:shadowDy="2"         
        android:shadowRadius="1"/> </SPAN><SPAN style="COLOR: #993300"><STRONG> </STRONG></SPAN>  
[java] view plaincopy
<span style="FONT-SIZE: 16px"><TextView  android:id="@+id/text"     
    android:layout_width="wrap_content"     
    android:layout_height="wrap_content"     
    android:text="text1"     
    android:textSize="35dip"     
    android:textStyle="bold"     
    android:textColor="#FFFFFF"     
    android:shadowColor="#ff000000"    
    android:shadowDx="2"    
        android:shadowDy="2"         
        android:shadowRadius="1"/> </span><span style="color:#993300;"><strong> </strong></span>  


 


关于android文字阴影,共有四个属性可以设置:


android:shadowColor :阴影颜色


android:shadowDx :阴影x方向位移


android:shadowDy :阴影y方向位移


android:shadowRadius :阴影的半径


注意:阴影的半径必须设,为0时没有效果。
 android:shadowColor="#ff000000"  (前两位为透明度)
    android:shadowDx="2"
    android:shadowDy="0"
    android:shadowRadius="1" //这一项是必须要有的数字越大阴影会越透明和扩散

本站文章内容,部分来自于互联网,若侵犯了您的权益,请致邮件chuanghui423#sohu.com(请将#换为@)联系,我们会尽快核实后删除。
Copyright © 2006-2023 DBMNG.COM All Rights Reserved. Powered by DEVSOARTECH            豫ICP备11002312号-2

豫公网安备 41010502002439号