Commit 6fc4414a47652a14024685d80eb31b3e636a56d4

Authored by YangShuai
1 parent 6b87d328

1 添加默认窗口背景色

config.gradle
@@ -21,7 +21,7 @@ ext { @@ -21,7 +21,7 @@ ext {
21 //编译方式 21 //编译方式
22 debug : false, 22 debug : false,
23 //版本号 23 //版本号
24 - version: "0.3.1", 24 + version: "0.3.2",
25 //Lib库前缀 25 //Lib库前缀
26 packeg : "com.cnlive.module", 26 packeg : "com.cnlive.module",
27 //Lib库名称 27 //Lib库名称
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
@@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
5 5
6 <FrameLayout 6 <FrameLayout
7 android:layout_width="match_parent" 7 android:layout_width="match_parent"
  8 + android:background="@color/white"
8 android:layout_height="match_parent"> 9 android:layout_height="match_parent">
9 10
10 <LinearLayout 11 <LinearLayout
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