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
Post a Comment