Commit 1f3ab2adb5c9052e7a67a5cdf12062bc1137ecaa
1 parent
2008cb67
1 所有者管理设置背景色
Showing
2 changed files
with
2 additions
and
1 deletions
config.gradle
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 | ... | ... |