Skip to content

Commit 9401c95

Browse files
authored
Update README.md
1 parent e6ce6d8 commit 9401c95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ dependencies {
1717
First, you need to create a string-array in your values folder like so:
1818

1919
``` xml
20-
<string-array name="examples">
21-
<item>Hello</item>
22-
<item>Fading TextView</item>
23-
</string-array>
20+
<string-array name="examples">
21+
<item>Hello</item>
22+
<item>Fading TextView</item>
23+
</string-array>
2424
```
2525

2626
Then in your layout

0 commit comments

Comments
 (0)