- 博客(5)
- 收藏
- 关注
原创 android EditText的部分属性
android:layout_gravity="center_vertical" //设置控件显示的位置:默认top,这里居中显示,还有bottom android:hint="请输入数字!" //设置显示在空间上的提示信息 android:numeric="integer" //设置只能输入整数,如果是小数则是:decimal android:singleLin
2013-01-16 13:59:43
380
原创 Unable to resolve target 'android-10' 问题的解决
在eclipse中导入新的project后运行出现Unable to resolve target 'android-10' 时 修改的方法: 打开project.properties j将 target=android-10 换成 target=android-7 同时,AndroidManifest.xml中 <uses-sdk android:minSdkVersion
2013-01-06 14:52:30
2906
转载 Eclipse遇到问题--failed to create the java virtual machine
原文链接:http://www.xwuxin.com/?p=547 failed to create the java virtual machine问题的解决办法 google了一下,解决的办法如下: 找到eclipse目录下的eclipse.ini,可以看到如下内容: -startup plugins/org.eclipse.equinox.lau
2013-01-06 10:32:10
438
原创 小知识点
控件的水平、垂直居中属性 android:layout_centerVertical="true" android:layout_centerHorizontal="true"
2012-12-27 14:37:26
328
转载 Android RelativeLayout 属性
原文链接:http://www.cnblogs.com/sevenyuan/archive/2010/09/16/1827940.html // 相对于给定ID控件 android:layout_above 将该控件的底部置于给定ID的控件之上; android:layout_below 将该控件的底部置于给定ID的控件之下; android:layout_toLeftOf
2012-12-26 18:16:52
256
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人