Android网络课程笔记-----定制系统控件1

1. 定制TextView和Button
    TextView:属性
    Button:   background="@drawable/selector"
    定制字体:     textView.setTypeface(Typeface.createFromAsset(
    getAssets(), "fonts/samplefont.ttf"));
 
2. 系统控件外观
    adt-bundle-windows\sdk\platforms\android-19\data\res
    不同控件的外观差别由styles.xml和themes.xml决定
 
作业:
1. 定制CheckBox和ToggleButton
posted @ 2014-03-09 23:48  VIJAY-YAN  阅读(117)  评论(0编辑  收藏  举报