navasmdc / MaterialDesignLibrary

This is a library with components of Android L to you use in android 2.2
Apache License 2.0
8.99k stars 2.23k forks source link

Case ignored for button text #118

Open coryroy opened 9 years ago

coryroy commented 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.

navasmdc commented 9 years ago

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.