设为首页 加入收藏

TOP

Android简单的获取不同城市实时天气预报【附源码】(二)
2014-11-24 03:14:26 来源: 作者: 【 】 浏览:6
Tags:Android 简单 获取 不同 城市 实时 天气预报 源码
fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >


android:text="省份/直辖市"
android:textSize="20dp"
android:textStyle="bold"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
android:id="@+id/provinces"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
android:text="市/县"
android:textSize="20dp"
android:textStyle="bold"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
android:id="@+id/city"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>

首页 上一页 1 2 下一页 尾页 2/2/2
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇Android 实现省份城市的选择,并.. 下一篇GNU C中的数组类型

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容:

·如何利用Python做数 (2025-12-24 23:48:36)
·如何使用python进行 (2025-12-24 23:48:34)
·python 爬虫入门该怎 (2025-12-24 23:48:31)
·Java 实现多个大文件 (2025-12-24 23:22:00)
·Java多线程编程在工 (2025-12-24 23:21:56)