赞
踩
天气预报免费API:t.weather.sojson.com/api/weather/city/所要查询的城市的id号,不知道可以上网查
- <?xml version="1.0" encoding="utf-8"?>
- <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context=".MainActivity">
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="25sp"
- android:textColor="#00BCD4"
- android:id="@+id/one"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintRight_toRightOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- android:layout_marginTop="5dp"
- android:text="天气预报"/>
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:layout_constraintLeft_toLeftOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/one"
- app:layout_constraintRight_toLeftOf="parent"
- android:layout_marginTop="30dp"
- android:id="@+id/tow"
- android:textSize="20sp"
- android:textColor="#03A9F4" />
-
-
-
-
-
-
- </androidx.constraintlayout.widget.ConstraintLayout>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。