我使用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"
/>
请帮我解决这个错误。