10
Android लेआउट: इस टैग और इसके बच्चों को एक <TextView /> और एक कंपाउंड ड्रिबल द्वारा प्रतिस्थापित किया जा सकता है
जब मैं किसी विशिष्ट XML फ़ाइल पर लेआउट चलाता हूं, तो मुझे यह मिलता है: This tag and its children can be replaced by one <TextView/> and a compound drawable निम्नलिखित 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" …