Android: cách vẽ đường viền cho linearLayout
Tôi có ba tập tin. XML, hàm vẽ và Hoạt động chính. Tôi có một số LinearLayouttrong tệp XML của mình. <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> Đây là chức năng vẽ: public class getBorder extends TextView { …