ArrayAdapter requires the resource ID to be a TextView
生活随笔
收集整理的這篇文章主要介紹了
ArrayAdapter requires the resource ID to be a TextView
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
這個(gè)是使用ListView 的ArrayAdapter 加載自定義布局的時(shí)候跟布局沒(méi)有使用TextView 引起的,處理方法就是跟布局換成TextView
如下
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="50dp"android:text="1111"android:gravity="center"android:textColor="#ff0000"android:textSize="25sp">
</TextView>
?
總結(jié)
以上是生活随笔為你收集整理的ArrayAdapter requires the resource ID to be a TextView的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 江南作者是谁啊?
- 下一篇: Android CheckedText