10
layout do Android: esta tag e seus filhos podem ser substituídos por um <TextView /> e um drawable composto
Quando executo o layout em um arquivo XML específico, obtenho o seguinte: This tag and its children can be replaced by one <TextView/> and a compound drawable Que mudança deve ser feita para o seguinte código xml: <LinearLayout android:id="@+id/name_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center_vertical" android:background="@drawable/grouplist_single_left_grey_area" > <ImageView android:id="@+id/photo_image" android:layout_width="@dimen/thumbnail_width" android:layout_height="@dimen/thumbnail_height" android:paddingBottom="5dip" android:paddingTop="5dip" …