<?xml version="1.0" encoding="UTF-8"?>
-<TableLayout android:shrinkColumns="*" android:stretchColumns="*" android:layout_height="match_parent" android:layout_width="match_parent" xmlns:android="http://schemas.android.com/apk/res/android">
-<TableRow android:layout_height="wrap_content" android:layout_width="match_parent">
<TextView android:layout_height="wrap_content" android:layout_width="match_parent" android:textColor="#000000" android:textSize="20dp" android:text="天气预报" android:layout_span="6" android:gravity="center"/>
</TableRow>
<View android:layout_height="2sp" android:background="#000000"/>
-<TableRow android:layout_height="match_parent" android:layout_width="match_parent">
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text=""/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="周一"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="周二"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="周三"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="周四"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="周五"/>
</TableRow>
-<TableRow android:layout_height="match_parent" android:layout_width="match_parent">
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="最高温度"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="18℃"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="10℃"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="13℃"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="15℃"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="16℃"/>
</TableRow>
-<TableRow android:layout_height="match_parent" android:layout_width="match_parent">
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="最低温度"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="2℃"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="4℃"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="5℃"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="8℃"/>
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="10℃"/>
</TableRow>
-<TableRow android:layout_height="match_parent" android:layout_width="match_parent">
<TextView android:text="天气情况"/>
<ImageView android:src="@drawable/clouds"/>
<ImageView android:src="@drawable/lcould"/>
<ImageView android:src="@drawable/suns"/>
<ImageView android:src="@drawable/clouds"/>
<ImageView android:src="@drawable/snows"/>
</TableRow>
</TableLayout>
android studio天气预报
最新推荐文章于 2024-05-22 14:02:51 发布