We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbb149 commit ef6671eCopy full SHA for ef6671e
1 file changed
README.MD
@@ -15,12 +15,11 @@ For example converting this XML:
15
android:layout_weight="1"
16
android:layout_gravity="center_vertical"
17
android:layout_height="wrap_content"
18
- android:text="this textview looks nice"/>
+ android:text="this textview looks nice" />
19
<ImageView
20
android:layout_width="30dp"
21
android:layout_height="30dp"
22
- app:srcCompat="@drawable/my_icon
23
+ app:srcCompat="@drawable/my_icon" />
24
</LinearLayout>
25
```
26
Into this:
0 commit comments