Android 2.1 |-- Makefile |-- bionic (bionic C库) |-- bootable (启动引导相关代码) |-- build (存放系统编译规则及generic等基础开发包配置) |-- cts (Android兼容性测试套件标准) |-- dalvik (dalvik JAVA虚拟机) |-- development (应用程序开发相关) |-- external (android使用的一些开源的模组) |-- frameworksAndroid 2.1|-- Makefile|-- bionic (bionic C库)|-- bootable (启动引 Read More
posted @ 2011-06-16 16:48 yyyyy5101 Views(8546) Comments(3) Diggs(1) Edit
EditText继承关系:View-->TextView-->EditTextEditText的属性很多,这里介绍几个:android:hint="请输入数字!"//设置显示在空间上的提示信息android:numeric="integer"//设置只能输入整数,如果是小数则是:decimalandroid:singleLine="true"//设置单行输入,一旦设置为true,则文字不会自动换行。android:password="true"//设置只能输入密码android:textColor = Read More
posted @ 2011-06-16 10:58 yyyyy5101 Views(1124) Comments(0) Diggs(0) Edit