无法使用自定义按钮类扩展按钮类中的android:textAllCaps =“true”来创建按钮文本大写

时间:2017-08-18 13:25:29

标签: android button capitalization

我使用CustomButton类将字体应用于按钮文本,但同时,我想将按钮文本设置为大写。我使用了android:textAllCaps =“true”,但这并没有影响任何东西。

 <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"
                    />

请帮我解决这个错误。

0 个答案:

没有答案