Skip to content

Commit 97a7ecf

Browse files
committed
Fixes formatting issue in README
1 parent e050817 commit 97a7ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

todoapp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ and the library will take care of displaying it, as defined by the layout (<code
4646

4747

4848
```
49-
&lt;TextView
49+
<TextView
5050
android:id="@+id/task_detail_description"
5151
...
5252
android:text="@{task.description}" />
@@ -60,7 +60,7 @@ In this CheckBox from <code>[taskdetail\_frag.xml](https://github.com/googlesamp
6060

6161

6262
```
63-
&lt;CheckBox
63+
<CheckBox
6464
android:id="@+id/task_detail_complete"
6565
...
6666
android:checked="@{task.completed}"

0 commit comments

Comments
 (0)