Skip to content

Commit de2bd58

Browse files
committedOct 27, 2014
List techniques demonstrated in app
1 parent 73ee87d commit de2bd58

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed
 

‎README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
Advanced Android TextView
22
-------------------------
33

4-
Companion app for my [Advanced Android TextView talk][1].
4+
Companion app for my [Advanced Android TextView talk][1], demostrating:
5+
6+
* Animated `CompoundDrawable`
7+
* Text shadow
8+
* Custom font
9+
* Gradient text
10+
* Patterned text
11+
* `HTML.fromHtml()`
12+
* Styled string
13+
* `AlignmentSpan`
14+
* `ClickableSpan`
15+
* Emoji
516

617
[1]: http://chiuki.github.io/advanced-android-textview
718

0 commit comments

Comments
 (0)
Please sign in to comment.