首页
诗词
字典
板报
句子
名言
友答
励志
学校
网站地图
Android
移动开发
Android
Iphone
Windows Mobile
Symbian
BlackBerry
QT开发
Brew
MeeGo
移动平台
移动软件开发
电信IT应用开发
移动应用
当前位置:
首页
>
教程频道
>
移动开发
>
Android
>
android SpannableString施用详解
2012-06-20
android SpannableString使用详解?xml version1.0 encodingutf-8?LinearLayout xmlns:androidh
android SpannableString使用详解
<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#ff333333" android:orientation="vertical" > <EditText android:id="@+id/tv" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="false" android:inputType="none"/> <GridLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:columnCount="4" > <Button android:id="@+id/image_btn" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/image" /> <Button android:id="@+id/url_btn" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/url" /> <Button android:id="@+id/color_btn1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/color1" /> <Button android:id="@+id/color_btn2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/color2" /> <Button android:id="@+id/font_btn" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/font" /> <Button android:id="@+id/style_btn" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/style" /> <Button android:id="@+id/strike_btn" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/strike" /> <Button android:id="@+id/underline_btn" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/underline" /> </GridLayout></LinearLayout>
查看更多
下一篇
本文网址:
https://www.reader8.net/jiaocheng/20120620/1418475.html
读书人精选
热点排行
android触控,先懂得MotionEvent(一)
android 关于XMPP即时通讯发送MESSAGE对
Android 中各种JAVA 包的效能描述
求解:android 4.0读写HID设备解决方案
seekbar,该怎么处理
Android 开发类似微信的程序,该如何处理
eclipse导入的Android项目没android.jar
android代码中打开系统设立界面
怎么让图片的背景透明
Android兑现ListView异步加载图片总结