上一页 1 2 3 4 5 6 7 8 9 ··· 41 下一页
摘要: package com.pingyijinren.test; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.util.AttributeSet; import ... 阅读全文
posted @ 2016-05-21 11:52 zqxLonely 阅读(675) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-05-21 10:47 zqxLonely 阅读(314) 评论(0) 推荐(0) 编辑
摘要: android:gravity: 这个是针对控件里的元素来说的,用来控制元素在该控件里的显示位置。例如,在一个Button按钮控件中设置如下两个属性, android:gravity="left"和android:text="提交",这时Button上的文字“提交”将会位于Button的左部。 android:layout_gravity: 这个是针对控件本身而言,用来控制该控件在包含该控件的... 阅读全文
posted @ 2016-05-20 20:40 zqxLonely 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-05-20 16:01 zqxLonely 阅读(118) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.TextView; pub... 阅读全文
posted @ 2016-05-20 15:23 zqxLonely 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-05-20 14:24 zqxLonely 阅读(171) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.util.Log; /** * Created by Administrator on 2016/5/20 0020. */ public class LogUtil { public static final int VERBOSE=1; public static final ... 阅读全文
posted @ 2016-05-20 12:33 zqxLonely 阅读(780) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.os.Parcel; import android.os.Parcelable; import java.io.Serializable; /** * Created by Administrator on 2016/5/20 0020. */ public class Person imple... 阅读全文
posted @ 2016-05-20 12:17 zqxLonely 阅读(536) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class IndexActivity extends AppCompatActivity { @... 阅读全文
posted @ 2016-05-20 12:05 zqxLonely 阅读(450) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.app.Application; import android.content.Context; /** * Created by Administrator on 2016/5/20 0020. */ public class MyApplication extends Application{... 阅读全文
posted @ 2016-05-20 11:52 zqxLonely 阅读(211) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 41 下一页