解決使用MaterialButton報錯:Error inflating class android.support.design.button.MaterialButton

**

解決使用MaterialButton報錯:Error inflating class android.support.design.button.MaterialButton

**
在使用的控件上添加主題:android:theme="@style/Theme.MaterialComponents.Light"

<android.support.design.button.MaterialButton
    android:id="@+id/bt_float"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:theme="@style/Theme.MaterialComponents.Light" />
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章