【发布时间】:2016-07-24 00:56:26
【问题描述】:
我正在使用以下链接创建一个自定义按钮。我跟着每一步。 https://androidcookbook.com/Recipe.seam?recipeId=3307
然后我通过以下方式创建了一个按钮:
<Button
android:id="@+id/btnButton1"
android:layout_width="95dp"
android:layout_height="wrap_content"
android:buttonStyle="@style/button"
android:text="CREATE"
android:onClick="createButtonClickHandler"/>
但我看到我的按钮有默认样式。我希望我的按钮具有这种新奇特的自定义样式。
【问题讨论】:
标签: android