Commit 6fc4414a47652a14024685d80eb31b3e636a56d4
1 parent
6b87d328
1 添加默认窗口背景色
Showing
6 changed files
with
6 additions
and
1 deletions
config.gradle
module_xiaojiaSoundBox/src/main/res/layout/activity_blue_tooth_help.xml
| @@ -7,6 +7,7 @@ | @@ -7,6 +7,7 @@ | ||
| 7 | android:layout_width="match_parent" | 7 | android:layout_width="match_parent" |
| 8 | android:layout_height="match_parent" | 8 | android:layout_height="match_parent" |
| 9 | android:orientation="vertical" | 9 | android:orientation="vertical" |
| 10 | + android:background="@color/white" | ||
| 10 | tools:context=".ui.activity.BlueToothHelpActivity"> | 11 | tools:context=".ui.activity.BlueToothHelpActivity"> |
| 11 | 12 | ||
| 12 | <com.qmuiteam.qmui.widget.QMUITopBar | 13 | <com.qmuiteam.qmui.widget.QMUITopBar |
module_xiaojiaSoundBox/src/main/res/layout/activity_conn_bluetooth_success.xml
module_xiaojiaSoundBox/src/main/res/layout/activity_conn_fail.xml
| @@ -7,6 +7,7 @@ | @@ -7,6 +7,7 @@ | ||
| 7 | android:layout_width="match_parent" | 7 | android:layout_width="match_parent" |
| 8 | android:layout_height="match_parent" | 8 | android:layout_height="match_parent" |
| 9 | android:orientation="vertical" | 9 | android:orientation="vertical" |
| 10 | + android:background="@color/white" | ||
| 10 | tools:context=".ui.activity.ConnFailActivity"> | 11 | tools:context=".ui.activity.ConnFailActivity"> |
| 11 | 12 | ||
| 12 | <com.qmuiteam.qmui.widget.QMUITopBar | 13 | <com.qmuiteam.qmui.widget.QMUITopBar |
module_xiaojiaSoundBox/src/main/res/layout/activity_share_friend.xml
| @@ -5,6 +5,7 @@ | @@ -5,6 +5,7 @@ | ||
| 5 | android:layout_width="match_parent" | 5 | android:layout_width="match_parent" |
| 6 | android:layout_height="match_parent" | 6 | android:layout_height="match_parent" |
| 7 | android:orientation="vertical" | 7 | android:orientation="vertical" |
| 8 | + android:background="@color/white" | ||
| 8 | tools:context=".ui.activity.ShareFriendActivity"> | 9 | tools:context=".ui.activity.ShareFriendActivity"> |
| 9 | 10 | ||
| 10 | 11 |
module_xiaojiaSoundBox/src/main/res/layout/fragment_change_device_name.xml
| @@ -7,6 +7,7 @@ | @@ -7,6 +7,7 @@ | ||
| 7 | android:layout_width="match_parent" | 7 | android:layout_width="match_parent" |
| 8 | android:layout_height="match_parent" | 8 | android:layout_height="match_parent" |
| 9 | android:orientation="vertical" | 9 | android:orientation="vertical" |
| 10 | + android:background="@color/white" | ||
| 10 | tools:context=".ui.activity.ChangeDeviceNameActivity"> | 11 | tools:context=".ui.activity.ChangeDeviceNameActivity"> |
| 11 | 12 | ||
| 12 | <com.qmuiteam.qmui.widget.QMUITopBar | 13 | <com.qmuiteam.qmui.widget.QMUITopBar |