diff --git a/README.md b/README.md index f0ef644..ee75a6d 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ Some components have custom attributes, if you want use them, you must add this android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="#1E88E5" + android:text="CheckBox" materialdesign:check="true" /> ```