ListView Özelleştirme Sorunu
18.02.2014 - 01:42
Merhabalar.
Android 301 eğitiminde ListView Özelleştirme konusunda bir sıkıntı yaşıyorum. satirlayout.xml dosyasını anlatıldığı şekilde yazdığımda şu hatayı alıyorum:
This tag and its children can be replaced by one <TextView/> and a compound drawable
Kod şu şekilde:
[code]<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" > <ImageView android:id="@+id/simge" android:layout_width="48dp" android:layout_height="48dp" /> <TextView android:id="@+id/isimsoyisim" android:layout_width="wrap_content" android:layout_height="wrap_content" /> </LinearLayout>[/code]
8
Görüntülenme
0 Beğeni