Not able to make button text capital using : android:textAllCaps="true" in custom button class extending button class -


i using custombutton class apply font button text, simultaneously,i want make button text upper case. used android:textallcaps="true" , not effecting anything.

 <shiva.joshi.common.customs.custombutton                      style="@style/login_option_button"                     android:layout_width="match_parent"                     android:layout_height="@dimen/btn_green_height"                     android:background="@drawable/btn_green_background"                     android:text="@string/registration"                     android:textallcaps="true"                     /> 

please me resolve bug.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -