1. 优化返回桌面控件实现

2. 优化天气控件位置
3. 将模块基本接口的过期方法加上默认实现
This commit is contained in:
wangcongtao
2020-08-14 16:04:54 +08:00
committed by liujing
parent 39e9cd6713
commit 3f5124d110
12 changed files with 52 additions and 485 deletions

View File

@@ -12,6 +12,7 @@
android:gravity="center"
android:paddingStart="@dimen/module_ext_weather_container_paddingLeft"
android:paddingEnd="@dimen/module_ext_weather_container_paddingRight"
android:layout_marginEnd="@dimen/module_ext_msg_marginRight"
android:visibility="invisible"
app:layout_constraintRight_toLeftOf="@+id/module_ext_id_msg"
app:layout_constraintTop_toTopOf="parent"