Commit 1f3ab2adb5c9052e7a67a5cdf12062bc1137ecaa

Authored by YangShuai
1 parent 2008cb67

1 所有者管理设置背景色

config.gradle
... ... @@ -21,7 +21,7 @@ ext {
21 21 //编译方式
22 22 debug : false,
23 23 //版本号
24   - version: "0.2.30",
  24 + version: "0.3.0",
25 25 //Lib库前缀
26 26 packeg : "com.cnlive.module",
27 27 //Lib库名称
... ...
module_xiaojiaSoundBox/src/main/res/layout/fragment_user_manager.xml
... ... @@ -4,6 +4,7 @@
4 4 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
5 5 android:layout_width="match_parent"
6 6 android:layout_height="match_parent"
  7 + android:background="@color/color_F2F2F2"
7 8 android:orientation="vertical">
8 9  
9 10 <com.qmuiteam.qmui.widget.QMUITopBar
... ...