20151124

1、adb devices 没有设备
后来用驱动人生重装驱动后就好了
2、用户点击后改变背景色(注意里面是用xml文件里面是用drawable)
http://www.verydemo.com/demo_c131_i11327.html
3、AndroidSDK下载不下来解决办法
http://www.androiddevtools.cn/
build:gradlew aDebug
回滚本次提交:git reset HEAD~2 --soft 2代表回滚次数
4、将图片切成圆形
http://blog.csdn.net/sno_guo/article/details/42341917
5、progressBar
http://blog.csdn.net/mad1989/article/details/38042875
http://www.it165.net/pro/html/201503/37044.html(其中的进度颜色必须要clip)
6、设置AlertDialog的大小
http://blog.csdn.net/samguoyi/article/details/7672871
亲测调用create()方法后,必须调用show()方法,并且dialog.show();一定要放在dialog.getWindow().setLayout(300, 200);的前面

原文地址:https://www.cnblogs.com/leihupqrst/p/4990643.html