摘要: import android.util.Log;/** * 日志打印工具 * */public class LogUtil { public static final String TAG = "IMIU"; /** * [true -->全局开启日志打印] [false -->... 阅读全文
posted @ 2015-10-12 13:21 BetterMan- 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 首先写最外层的圆角长方形title_bg_round.xml 然后写最左边的左部圆角右部直角的布局btn_left_bg_round.xml 然后写中间部分,中间部分跟最外层的xml差不多,只不过是把四周的角度变成了直角btn_center_bg_round.xml 最后写最... 阅读全文
posted @ 2015-09-08 14:38 BetterMan- 阅读(2140) 评论(0) 推荐(0) 编辑
摘要: 获取背景控件id,xx.getBackground().setAlpha(50);//0~255透明度值背景可以为一张图片,也可以是色值。值越小越透明。 阅读全文
posted @ 2015-09-08 14:24 BetterMan- 阅读(575) 评论(0) 推荐(0) 编辑
摘要: https://github.com/BlueMor/Android-PullLayout 阅读全文
posted @ 2014-11-21 11:27 BetterMan- 阅读(206) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/2769409.html 阅读全文
posted @ 2014-11-18 16:12 BetterMan- 阅读(211) 评论(0) 推荐(0) 编辑
摘要: https://github.com/singwhatiwanna/dynamic-load-apk 阅读全文
posted @ 2014-11-18 16:10 BetterMan- 阅读(129) 评论(0) 推荐(0) 编辑
摘要: import android.content.Context;import android.graphics.Canvas;import android.graphics.Color;import android.graphics.Paint;import android.graphics.Port... 阅读全文
posted @ 2014-11-10 12:06 BetterMan- 阅读(1606) 评论(0) 推荐(0) 编辑
摘要: https://github.com/xcz1899/AndroidGuide 阅读全文
posted @ 2014-10-15 15:54 BetterMan- 阅读(192) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Diolor/Swipecards效果图: 阅读全文
posted @ 2014-10-15 15:51 BetterMan- 阅读(209) 评论(0) 推荐(0) 编辑
摘要: https://github.com/RomainPiel/Titanichttps://github.com/Manabu-GT/ExpandableTextViewhttps://github.com/matthewrkula/SecretTextViewhttps://github.com/d... 阅读全文
posted @ 2014-10-13 11:35 BetterMan- 阅读(126) 评论(0) 推荐(0) 编辑