Skip to content

Commit ef6671e

Browse files
authored
DOCS : Fixed a small error in the example code
1 parent 2fbb149 commit ef6671e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.MD

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ For example converting this XML:
1515
android:layout_weight="1"
1616
android:layout_gravity="center_vertical"
1717
android:layout_height="wrap_content"
18-
android:text="this textview looks nice"/>
18+
android:text="this textview looks nice" />
1919
<ImageView
2020
android:layout_width="30dp"
2121
android:layout_height="30dp"
22-
app:srcCompat="@drawable/my_icon
23-
android:text="this textview looks nice"/>
22+
app:srcCompat="@drawable/my_icon" />
2423
</LinearLayout>
2524
```
2625
Into this:

0 commit comments

Comments
 (0)