# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in ${sdk.dir}/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
如果你想要在一个TextView显示一个被高亮显示的子字符串。例如,我想让"123456789"中的"345"被高亮显示。注意,我这里指的只高亮一部分,而不是全部高亮。我不知道会不会有一些初学者会想到的是,让这些子字符串分部于不同的TextView,再对每个TextView进行单独处理。当然,如果你已经是一个已经有一些经验的开发者,那我想,你应该就不会再这样去思考了。因为,Android已经给我封装好了——SpannableStringBuilder。下面我就学习Android中对控件的一些封装来封装一个我们自己的TextView(既可在xml中设置也可在Java代码中设置)。
资源推荐
资源详情
资源评论
收起资源包目录
CustomTextDemo.zip (38个子文件)
CustomTextDemo
.project 850B
project.properties 563B
src
com
demo
custom
textview
utils
Utils.java 2KB
model
SubMatchModel.java 605B
activity
RegularMatchingActivity.java 2KB
widgets
LightTextView.java 6KB
AndroidManifest.xml 867B
res
drawable-ldpi
drawable-hdpi
ic_launcher.png 7KB
values-v11
styles.xml 334B
drawable-mdpi
ic_launcher.png 4KB
layout
activity_regular_matching.xml 1KB
drawable-xxhdpi
ic_launcher.png 24KB
drawable-xhdpi
ic_launcher.png 12KB
values
attrs.xml 481B
strings.xml 218B
styles.xml 697B
values-v14
styles.xml 391B
.settings
org.eclipse.jdt.core.prefs 177B
assets
gen
com
demo
custom
textview
BuildConfig.java 166B
R.java 10KB
libs
android-support-v4.jar 741KB
.classpath 475B
proguard-project.txt 781B
ic_launcher-web.png 50KB
bin
classes
com
demo
custom
textview
R$layout.class 433B
R$style.class 449B
BuildConfig.class 357B
R$drawable.class 425B
utils
Utils.class 2KB
R$attr.class 589B
model
SubMatchModel.class 972B
activity
RegularMatchingActivity.class 2KB
R$id.class 477B
R.class 689B
R$string.class 462B
widgets
LightTextView.class 5KB
R$styleable.class 868B
AndroidManifest.xml 867B
res
共 38 条
- 1
资源评论
Q-WHai
- 粉丝: 1246
- 资源: 102
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功