Open coryroy opened 9 years ago
<com.gc.materialdesign.views.ButtonRectangle android:id="@android:id/button1" android:layout_width="wrap_content" android:layout_height="45dp" android:minWidth="100dp" android:textColor="@android:color/white" android:background="@color/theme_accent_color" android:text="@string/add_caps" android:visibility="gone" />
<string name="add_caps">ADD</string>
also
android:textAllCaps="true"
is also ignored.
Hi, sorry but the Button doesn't inherit from the android.widget.Button else it's a CustomView and I don't implement those attributes. I could add more attributes in the next versions.
<com.gc.materialdesign.views.ButtonRectangle android:id="@android:id/button1" android:layout_width="wrap_content" android:layout_height="45dp" android:minWidth="100dp" android:textColor="@android:color/white" android:background="@color/theme_accent_color" android:text="@string/add_caps" android:visibility="gone" />
also
android:textAllCaps="true"
is also ignored.