Commit b6488a76 authored by 周文华's avatar 周文华

【调整】调整天气按钮UI默认显示信息

parent f7a44d7f
...@@ -21,15 +21,15 @@ ...@@ -21,15 +21,15 @@
android:layout_marginTop="4dp" android:layout_marginTop="4dp"
android:layout_marginStart="16dp" android:layout_marginStart="16dp"
android:includeFontPadding="false" android:includeFontPadding="false"
tools:drawableStart="@mipmap/x_qing"
android:gravity="center" android:gravity="center"
android:background="@drawable/bg_gradient_weather" android:background="@drawable/bg_gradient_weather"
android:paddingHorizontal="14dp" android:paddingHorizontal="14dp"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="15sp" android:textSize="15sp"
app:drawableStartCompat="@mipmap/x_qing"
app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toBottomOf="@id/space" app:layout_constraintTop_toBottomOf="@id/space"
tools:text="30℃" /> android:text="22℃" />
<TextView <TextView
android:id="@+id/tv_zodiac" android:id="@+id/tv_zodiac"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment