随笔分类 -  android

摘要:layout_margindefines the amount of space around the outside of a viewpadding defines the amount of space around the contents or children of a view. ... 阅读全文
posted @ 2015-09-02 17:40 iljyya 阅读(246) 评论(0) 推荐(0)
摘要:ps. x=time, y=distanceAccelerateDecelerateInterpolatorAccelerateInterpolatorDecelerateInterpolatorAnticipateInterpolatorAnticipateOvershootInterpolato... 阅读全文
posted @ 2015-08-30 12:36 iljyya 阅读(189) 评论(0) 推荐(0)
摘要:Create a file named gradle.propertiesinC:\Users\\.gradle (Windows)Append:org.gradle.daemon=true 阅读全文
posted @ 2015-08-30 11:26 iljyya 阅读(133) 评论(0) 推荐(0)
摘要:android-selector-chapekautomatically generates drawable selectors from appropriately named Android resources.android-butterknife-zeleznyone-click crea... 阅读全文
posted @ 2015-08-29 21:34 iljyya 阅读(294) 评论(0) 推荐(0)
摘要:package com.tutor.activitydemo;import android.app.Activity;import android.os.Bundle;import android.util.Log;public class ActivityDemo extends Activity... 阅读全文
posted @ 2015-08-29 20:03 iljyya 阅读(247) 评论(0) 推荐(0)
摘要:%GRADLE_HOME%/bin加到PATH的环境变量。typein cmdgradle -vcompile gradle,add this inbuild.gradle filedependencies { compile files('libs/android-support-v4.ja... 阅读全文
posted @ 2015-08-28 00:59 iljyya 阅读(117) 评论(0) 推荐(0)
摘要:BIOS中进入Advanced->CPU Setup选项,CPU Virtualization Technology默认是不开启的,使用“+”键启动该选项。重新安装。viahttp://zzq635.blog.163.com/blog/static/195264486201522451040894/ 阅读全文
posted @ 2015-08-27 22:14 iljyya 阅读(317) 评论(0) 推荐(0)