Các thiết kế controls trong gio diện activity android như thế nào cho đẹp? Để có giao diện thân thiện đòi hỏi từng đối tuợng trên màng hình giao diện phải đuợc thiết kế thân thiện. Trong bài hứong dẫn này mình sẽ huớng dẫn các bạn thiết kế giao diện của 1 control thuờng dùng nhất trong lập trình viết app - Button. Làm thế nào để tạo style cho Button? 1) Tạo file .XML trong thư mục “res/drawable” định dạng style 2) Thêm thuộc tính ở thư mục Valuse 3) Thêm thuộc tính ở code .xml của control style=”@style/btnStyleOrange” Tham khảo một số mẫu Style Buton: 1. Orange ? Selector XML : custom_btn_orange.xml (Add XML to res/drawable folder) <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android" > <item android:state_pressed="true" > <shape android:shape="rectangle" > <corners android:ra...
Nơi chia sẽ kiến thức CNTT, lập trình . . .