Skip to content

Commit b1ae16c

Browse files
authored
Update README.md
1 parent e0a85e4 commit b1ae16c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
}
6060
6161
```
62-
## Set text directly in xml
62+
## Set text and textZoom directly in xml
6363
6464
While setting text directly in XML, remember to encode HTML special characters, for example : `& = &`
6565

@@ -68,7 +68,8 @@ While setting text directly in XML, remember to encode HTML special characters,
6868
android:id="@+id/mvTest"
6969
android:layout_width="wrap_content"
7070
android:layout_height="wrap_content"
71-
app:text="$F=mg$"/>
71+
app:text="$F=mg$"
72+
app:textZoom="75"/>
7273
```
7374

7475

0 commit comments

Comments
 (0)