2015年10月9日
摘要: void test() { LinearLayout linearLayout = new LinearLayout(this); ProgressBar progressBar = new ProgressBar(this, null, android.R.attr.progressB... 阅读全文
posted @ 2015-10-09 17:44 songsyl1207 阅读(4080) 评论(0) 推荐(0) 编辑
  2015年8月3日
摘要: csdnblog:http://blog.csdn.net/kuanxu/article/details/39891815github:https://github.com/Trinea/android-open-project 阅读全文
posted @ 2015-08-03 16:35 songsyl1207 阅读(146) 评论(0) 推荐(0) 编辑
  2015年5月7日
摘要: 直接上代码:package com.test.recycleview;import android.app.Activity;import android.graphics.Canvas;import android.graphics.Color;import android.graphics.Pa... 阅读全文
posted @ 2015-05-07 12:49 songsyl1207 阅读(474) 评论(0) 推荐(0) 编辑
  2015年5月6日
摘要: 备份。1.cd dirctory2.git init3.git.oschina.net 上新建项目。4.git remote add origin XXX.git5.git push ... 阅读全文
posted @ 2015-05-06 17:23 songsyl1207 阅读(152) 评论(0) 推荐(0) 编辑
  2015年4月28日
摘要: 需要格式化的格式为:xxx xxxx xxxx有两种方式:1.为监听当前输入的长度,当长度为第四位,九位的时候,在原内容上追加空格。(from stackOverFlow)2.每次输入后,格式化当前内容。方式一:public class PhoneEditText extends EditText ... 阅读全文
posted @ 2015-04-28 18:12 songsyl1207 阅读(454) 评论(0) 推荐(0) 编辑
  2015年3月13日
摘要: android 抖动 view 阅读全文
posted @ 2015-03-13 11:03 songsyl1207 阅读(321) 评论(0) 推荐(0) 编辑
  2015年3月6日
摘要: android 飞入 阅读全文
posted @ 2015-03-06 14:18 songsyl1207 阅读(904) 评论(0) 推荐(0) 编辑
  2015年3月5日
摘要: android 动画 nineoldandroid 阅读全文
posted @ 2015-03-05 16:59 songsyl1207 阅读(564) 评论(0) 推荐(0) 编辑