We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12742c commit 1cd06abCopy full SHA for 1cd06ab
1 file changed
README.md
@@ -33,7 +33,7 @@ Example of usage in xml layout
33
<com.omega_r.libs.OmegaCenterIconButton
34
android:layout_width="match_parent"
35
android:layout_height="wrap_content"
36
- android:drawableLeft="@drawable/ic_android_black_24dp"
+ android:drawableStart="@drawable/ic_android_black_24dp"
37
android:text="Great"
38
android:textSize="14sp"
39
android:theme="@style/BlueButtonStyle"/>
0 commit comments