Câu hỏi được gắn thẻ «draw»


2
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 { …




3
Vẽ tam giác đồng màu chỉ bằng XAML
Có thể vẽ một tam giác được điền chỉ bằng XAML (không phải mã phía sau giải pháp) không? Hình tam giác sẽ giống như hình bên dưới để biểu thị hướng sắp xếp Ascending/Descendingcùng với nút sắp xếp trên điều khiển biểu đồ: CHỈNH SỬA: Giải pháp, nhờ SpeziFish …
80 .net  wpf  xaml  draw 

Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.