Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhonghanwen/ColorTextView
mark some phrase with colors
https://github.com/zhonghanwen/ColorTextView
Last synced: 3 months ago
JSON representation
mark some phrase with colors
- Host: GitHub
- URL: https://github.com/zhonghanwen/ColorTextView
- Owner: zhonghanwen
- Created: 2016-10-13T12:53:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T17:08:43.000Z (over 7 years ago)
- Last Synced: 2024-06-16T05:42:03.863Z (5 months ago)
- Language: Java
- Size: 810 KB
- Stars: 213
- Watchers: 7
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-android-ui - ColorTextView - 用颜色标记一些短语 (TextView)
README
# ColorTextView
mark some phrase with colors# ScreenShot
![](https://github.com/zhonghanwen/ColorTextView/blob/master/img/wx_20161013205939.png)# Code
```xml
//xml
``````java
//java
((ColorTextView)findViewById(R.id.ctv_text))
.findAndSetStrColor("You", "#ff8000")
.findAndSetStrColor("can", "#008888");
```# License
Copyright 2016 zhonghanwen
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.