Commit 1f3ab2adb5c9052e7a67a5cdf12062bc1137ecaa

Authored by YangShuai
1 parent 2008cb67

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.2.30", 24 + version: "0.3.0",
25 //Lib库前缀 25 //Lib库前缀
26 packeg : "com.cnlive.module", 26 packeg : "com.cnlive.module",
27 //Lib库名称 27 //Lib库名称
module_xiaojiaSoundBox/src/main/res/layout/fragment_user_manager.xml
@@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
4 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 4 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
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:background="@color/color_F2F2F2"
7 android:orientation="vertical"> 8 android:orientation="vertical">
8 9
9 <com.qmuiteam.qmui.widget.QMUITopBar 10 <com.qmuiteam.qmui.widget.QMUITopBar