摘要:
import android.util.Log;/** * 日志打印工具 * */public class LogUtil { public static final String TAG = "IMIU"; /** * [true -->全局开启日志打印] [false -->... 阅读全文
摘要:
首先写最外层的圆角长方形title_bg_round.xml 然后写最左边的左部圆角右部直角的布局btn_left_bg_round.xml 然后写中间部分,中间部分跟最外层的xml差不多,只不过是把四周的角度变成了直角btn_center_bg_round.xml 最后写最... 阅读全文
摘要:
获取背景控件id,xx.getBackground().setAlpha(50);//0~255透明度值背景可以为一张图片,也可以是色值。值越小越透明。 阅读全文
摘要:
https://github.com/BlueMor/Android-PullLayout 阅读全文
摘要:
http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/2769409.html 阅读全文
摘要:
https://github.com/singwhatiwanna/dynamic-load-apk 阅读全文
摘要:
import android.content.Context;import android.graphics.Canvas;import android.graphics.Color;import android.graphics.Paint;import android.graphics.Port... 阅读全文
摘要:
https://github.com/RomainPiel/Titanichttps://github.com/Manabu-GT/ExpandableTextViewhttps://github.com/matthewrkula/SecretTextViewhttps://github.com/d... 阅读全文