自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 android EditText的部分属性

android:layout_gravity="center_vertical"     //设置控件显示的位置:默认top,这里居中显示,还有bottom android:hint="请输入数字!"    //设置显示在空间上的提示信息 android:numeric="integer" //设置只能输入整数,如果是小数则是:decimal android:singleLin

2013-01-16 13:59:43 407

原创 Unable to resolve target 'android-10' 问题的解决

在eclipse中导入新的project后运行出现Unable to resolve target 'android-10' 时修改的方法:打开project.propertiesj将target=android-10换成target=android-7同时,AndroidManifest.xml中 <uses-sdk android:minSdkVersion

2013-01-06 14:52:30 2945

转载 Eclipse遇到问题--failed to create the java virtual machine

原文链接:http://www.xwuxin.com/?p=547failed to create the java virtual machine问题的解决办法google了一下,解决的办法如下:找到eclipse目录下的eclipse.ini,可以看到如下内容:-startupplugins/org.eclipse.equinox.lau

2013-01-06 10:32:10 470

原创 小知识点

控件的水平、垂直居中属性     android:layout_centerVertical="true"     android:layout_centerHorizontal="true"

2012-12-27 14:37:26 354

转载 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 285

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除