首页
诗词
字典
板报
句子
名言
友答
励志
学校
网站地图
Android
移动开发
Android
Iphone
Windows Mobile
Symbian
BlackBerry
QT开发
Brew
MeeGo
移动平台
移动软件开发
电信IT应用开发
移动应用
当前位置:
首页
>
教程频道
>
移动开发
>
Android
>
Android text文字影子设置
2013-03-25
Android text文字阴影设置android:shadowDx2android:shadowDy0android:shadowRadius1 // 这一项
Android text文字阴影设置
android:shadowDx="2"
android:shadowDy="0"
android:shadowRadius="1" // 这一项是必须要有的数字越大阴影会越透明和扩散
查看更多
下一篇
本文网址:
https://www.reader8.net/jiaocheng/20130325/1440758.html
读书人精选
热点排行
android触控,先懂得MotionEvent(一)
Android 中各种JAVA 包的效能描述
android 关于XMPP即时通讯发送MESSAGE对
求解:android 4.0读写HID设备解决方案
seekbar,该怎么处理
Android 开发类似微信的程序,该如何处理
eclipse导入的Android项目没android.jar
android代码中打开系统设立界面
怎么让图片的背景透明
Android实现读物翻页效果-扩展版(转)