|
@@ -294,7 +294,8 @@ public:
|
|
|
mMainPainterPtr->setBackgroundColor(redLightColour);
|
|
|
|
|
|
// 房间
|
|
|
- mPainterInfoPtr->setBackgroundPic("/main/title_red.jpg");
|
|
|
+// mPainterInfoPtr->setBackgroundPic("/main/title_red.png");
|
|
|
+ mPainterInfoPtr->setBackgroundColor(redDeepColour);
|
|
|
|
|
|
// 用户
|
|
|
mCustomerNameTextViewPtr->setTextColor(redDeepColour);
|
|
@@ -410,7 +411,8 @@ public:
|
|
|
mMainPainterPtr->setBackgroundColor(buleLightColour);
|
|
|
|
|
|
// 房间
|
|
|
- mPainterInfoPtr->setBackgroundPic("/main/title_blue.jpg");
|
|
|
+// mPainterInfoPtr->setBackgroundPic("/main/title_blue.png");
|
|
|
+ mPainterInfoPtr->setBackgroundColor(buleDeepColour);
|
|
|
|
|
|
// 用户
|
|
|
mCustomerNameTextViewPtr->setTextColor(buleDeepColour);
|