We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4868a commit 2fbb149Copy full SHA for 2fbb149
1 file changed
README.MD
@@ -29,9 +29,9 @@ Into this:
29
android:layout_width="match_parent"
30
android:layout_height="wrap_content"
31
android:text="this textview looks nice"
32
- app:csStartDrawable="@drawable/my_icon
33
- app:csStartDrawableHeight="30dp"
34
- app:csStartDrawableWidth="30dp"/>
+ app:csEndDrawable="@drawable/my_icon
+ app:csEndDrawableHeight="30dp"
+ app:csEndDrawableWidth="30dp"/>
35
```
36
Removing a ViewGroup, removing inefficient weights and adding a lot more functionalities.
37
0 commit comments