摘要: 1.netstone_layout.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:la 阅读全文
posted @ 2016-02-08 21:16 shamgod 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 一、介绍 二、1.linear_layout.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 andro 阅读全文
posted @ 2016-02-08 20:36 shamgod 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 一、ImageView介绍 设置scalType Must be one of the following constant values. ConstantValueDescription matrix 0 Scale using the image matrix when drawing. Se 阅读全文
posted @ 2016-02-08 20:32 shamgod 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 一、 1.checkbox_layout.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android 阅读全文
posted @ 2016-02-08 14:03 shamgod 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 一、dpi、dp介绍 sp会随着用户在手机中设置字体大小而改变,而dp不会 二、1.dpsp_layout.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.andro 阅读全文
posted @ 2016-02-08 13:58 shamgod 阅读(374) 评论(0) 推荐(0) 编辑
haha