码迷,mamicode.com
首页 >  
搜索关键字:mystra    ( 315个结果
Android - Layout clipChildren属性
Android - Layout clipChildren属性本文地址: http://blog.csdn.net/caroline_wendyandroid:clipChildren: Defines whether a child is limited to draw inside of its bounds or not.子控件是否它的范围之内,默认是true,如果设为false,则子控件可...
分类:移动开发   时间:2014-10-30 21:04:24    阅读次数:170
Android - ProGuard简介
Android - ProGuard简介本文地址: http://blog.csdn.net/caroline_wendyProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier.ProGuard是一个免费Java类文件的收缩器(shrinker)、优化器(optimizer)、模糊器(o...
分类:移动开发   时间:2014-10-30 21:03:38    阅读次数:199
Android - TextView Ellipsize属性
Android - TextView Ellipsize属性本文地址: http://blog.csdn.net/caroline_wendyandroid:ellipsize属性:If set, causes words that are longer than the view is wide to be ellipsized instead of broken in the middle.如...
分类:移动开发   时间:2014-10-30 19:09:43    阅读次数:169
Android - 警告Nested weights are bad for performance
Android - 警告Nested weights are bad for performance本文地址: http://blog.csdn.net/caroline_wendy原因: Layout weights require a widget to be measured twice. When a LinearLayout with non-zero weights is nested...
分类:移动开发   时间:2014-10-30 19:09:37    阅读次数:312
Android - View Alpha值
Android - View Alpha值本文地址: http://blog.csdn.net/caroline_wendyAlpha值主要控制图像的透明度(0-1),0代表透明,1代表不透明。Sets the opacity of the view. This is a value from 0 to 1, where 0 means the view is completely transpa...
分类:移动开发   时间:2014-10-30 19:09:33    阅读次数:236
Android - match_parent 和 fill_parent的区别
Android - match_parent 和 fill_parent的区别本文地址: http://blog.csdn.net/caroline_wendymatch_parent 和 fill_parent的用法相同, 其实是完全一样的. API版本不同,推荐使用match_parent(API Level 8+)....
分类:移动开发   时间:2014-10-30 19:09:01    阅读次数:241
Android - 查看Android应用(apk)签名
查看Android应用(apk)签名本文地址: http://blog.csdn.net/caroline_wendy在微博、微信开放平台注册应用时,需要填写应用(apk)的签名,可以使用keytool工具找到已签名应用的签名。1. 使用解压缩工具,找到apk包内的CERT.RSA文件,这个文件就包含应用的签名。2. 使用命令:keytool -printcert -file CERT.RSA输出...
分类:移动开发   时间:2014-10-23 09:33:53    阅读次数:222
Linux - Redmine使用方式
Redmine使用方式本文地址:http://blog.csdn.net/caroline_wendyRbTools安装:  svn co https://dev.chunyu.mobi/svn/branches/RBTools-0.5 && cd RBTools 0.5 && sudo python setup.py install && cp _reviewboardrc ~/.reviewb...
分类:系统相关   时间:2014-10-23 09:33:32    阅读次数:208
Android - Mac系统Android程序位置
Mac系统Android程序位置本文地址: http://blog.csdn.net/caroline_wendyMacdian'n...
分类:移动开发   时间:2014-10-23 09:32:38    阅读次数:148
Android - 显示手机运行的Activity
显示手机运行的Activity本文地址:http://blog.csdn.net/caroline_wendy手机中,需要调试程序的界面,可以快速进行定位,使用Android开发工具ADB(Android Debug Bridge)。针对于Mac系统1. ADB的位置: $ cd /Applications/Android\ Studio.app/sdk/platform-tools/2. she...
分类:移动开发   时间:2014-10-22 10:11:24    阅读次数:207
315条   上一页 1 ... 14 15 16 17 18 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!