Android: LinearLayout में बॉर्डर कैसे बनाएं
मेरे पास तीन फाइलें हैं। एक्सएमएल, ड्रा फ़ंक्शन और मुख्य गतिविधि। LinearLayoutमेरी XML फ़ाइल में कुछ है। <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1"> <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" android:background="#ef3" android:id="@+id/img01"/> <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" android:background="#E8A2B4" android:id="@+id/img02"/> </LinearLayout> यह ड्रा समारोह है: public class getBorder extends TextView { public getBorder(Context context) { super(context); …