當前位置:
首頁 >
Android --- This custom view should extend android.support.v7.widget.AppCompatTextView instead
發布時間:2025/3/21
39
豆豆
生活随笔
收集整理的這篇文章主要介紹了
Android --- This custom view should extend android.support.v7.widget.AppCompatTextView instead
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在實體類中加入以下兩行代碼就可以了
import android.annotation.SuppressLint; @SuppressLint("AppCompatCustomView")總結
以上是生活随笔為你收集整理的Android --- This custom view should extend android.support.v7.widget.AppCompatTextView instead的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Android --- PagerAda
- 下一篇: Android --- android中