Commit 6fc4414a47652a14024685d80eb31b3e636a56d4

Authored by YangShuai
1 parent 6b87d328

1 添加默认窗口背景色

config.gradle
... ... @@ -21,7 +21,7 @@ ext {
21 21 //编译方式
22 22 debug : false,
23 23 //版本号
24   - version: "0.3.1",
  24 + version: "0.3.2",
25 25 //Lib库前缀
26 26 packeg : "com.cnlive.module",
27 27 //Lib库名称
... ...
module_xiaojiaSoundBox/src/main/res/layout/activity_blue_tooth_help.xml
... ... @@ -7,6 +7,7 @@
7 7 android:layout_width="match_parent"
8 8 android:layout_height="match_parent"
9 9 android:orientation="vertical"
  10 + android:background="@color/white"
10 11 tools:context=".ui.activity.BlueToothHelpActivity">
11 12  
12 13 <com.qmuiteam.qmui.widget.QMUITopBar
... ...
module_xiaojiaSoundBox/src/main/res/layout/activity_conn_bluetooth_success.xml
... ... @@ -5,6 +5,7 @@
5 5  
6 6 <FrameLayout
7 7 android:layout_width="match_parent"
  8 + android:background="@color/white"
8 9 android:layout_height="match_parent">
9 10  
10 11 <LinearLayout
... ...
module_xiaojiaSoundBox/src/main/res/layout/activity_conn_fail.xml
... ... @@ -7,6 +7,7 @@
7 7 android:layout_width="match_parent"
8 8 android:layout_height="match_parent"
9 9 android:orientation="vertical"
  10 + android:background="@color/white"
10 11 tools:context=".ui.activity.ConnFailActivity">
11 12  
12 13 <com.qmuiteam.qmui.widget.QMUITopBar
... ...
module_xiaojiaSoundBox/src/main/res/layout/activity_share_friend.xml
... ... @@ -5,6 +5,7 @@
5 5 android:layout_width="match_parent"
6 6 android:layout_height="match_parent"
7 7 android:orientation="vertical"
  8 + android:background="@color/white"
8 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 7 android:layout_width="match_parent"
8 8 android:layout_height="match_parent"
9 9 android:orientation="vertical"
  10 + android:background="@color/white"
10 11 tools:context=".ui.activity.ChangeDeviceNameActivity">
11 12  
12 13 <com.qmuiteam.qmui.widget.QMUITopBar
... ...