摘要: 下拉列表项的配置 a.资源文件配置 第一步:在Strings.xml配置 <string-array name="citys"> <item>王晋是傻逼</item> <item>王晋是蠢包</item> <item>王晋是二傻子</item> </string-array> 第二步:指定资源 an 阅读全文
posted @ 2017-05-18 19:48 孤独患者xy 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 布局方式 1 LinearLayout(线性布局) android:orientation="horizontal" //布局 android:layout_width="fill_parent" //控件宽度 android:layout_height="fill_parent" //控件高度 注 阅读全文
posted @ 2017-05-18 19:43 孤独患者xy 阅读(146) 评论(0) 推荐(0) 编辑