上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 52 下一页
摘要: 1.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/tools" 3 android:layout_w 阅读全文
posted @ 2016-02-12 13:06 shamgod 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 文档是这样来设置样式 <ProgressBar android:layout_width="wrap_content" android:layout_height="wrap_content" style="@android:style/Widget.ProgressBar.Small" andro 阅读全文
posted @ 2016-02-12 13:03 shamgod 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/tools" 3 android:layout_w 阅读全文
posted @ 2016-02-12 12:03 shamgod 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 1. 1 <?xml version="1.0" encoding="utf-8"?> 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match 阅读全文
posted @ 2016-02-11 17:05 shamgod 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: 一、layout介绍 二、测试linear_layout1.activity_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res 阅读全文
posted @ 2016-02-07 10:04 shamgod 阅读(177) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 52 下一页
haha