80 likes | 397 Views
Font. Giới thiệu. Font mặc định : DroidSans.ttf Ưu điểm : Khá chuẩn , đẹp Font cho ứng dụng android có hỗ trợ cả tiếng việt và không. Lấy font. Trong thư mục asset, tạo 1 thư mục fonts Tìm font copy vào thư mục font này Lấy font để set:
E N D
Giớithiệu • Font mặcđịnh: DroidSans.ttf • Ưuđiểm: Kháchuẩn, đẹp • Font choứngdụng android cóhỗtrợcảtiếngviệtvàkhông.
Lấy font • Trongthưmục asset, tạo 1 thưmục fonts • Tìm font copy vàothưmục font này • Lấy font để set: Typeface myNewFace = Typeface.createFromAsset(getAssets(), "fonts/VNARABIAH.TTF");
Set font • Tạo 1 đốitượngkiểu Typeface • SauđógọiphươngthứcsetTypefacechođốitượngnhư: TextView, EditText, …
Lưu ý • Nhiều font khônghỗtrợtiếngviệt • Kiểmtraứngdụngthuộcloạinàotrướckhi set font
Giớithiệu • Là 1 Button • Có 1 đènsáng • Hiểnthị text tươngứngvới check and uncheck
Cácđặctính • <ToggleButton • android:id="@+id/alrm" • android:layout_width="150dp" • android:layout_height="wrap_content“ • android:gravity="center" • android:textOff="Off" • android:textOn="On" />