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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -