页面主题色更改(1消息也好友关注粉丝,发现萌新2.搜索页面)

This commit is contained in:
huangjian
2021-03-25 15:01:17 +08:00
committed by zu
parent 65a54aa49b
commit 55491f17d8
31 changed files with 422 additions and 263 deletions

View File

@@ -58,7 +58,6 @@ public class RoomNewbieActivity extends BaseActivity {
protected void setStatusBar() {
super.setStatusBar();
StatusBarUtil.transparencyBar(this);
StatusBarUtil.StatusBarLightMode(this);
}
@Override

View File

@@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="27dp"
android:background="@color/white">
android:background="@color/color_1c1b22">
<LinearLayout
android:layout_width="match_parent"
@@ -32,14 +32,14 @@
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_15"
android:text="@string/find_new"
android:textColor="@color/color_333333"
android:textColor="@color/white"
android:textSize="@dimen/dp_18" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="每日更新推荐"
android:textColor="@color/color_999999"
android:textColor="@color/color_c6c6e9"
android:textSize="@dimen/dp_13" />
</LinearLayout>
@@ -50,7 +50,7 @@
android:layout_gravity="center_vertical"
android:layout_marginStart="@dimen/dp_15"
android:padding="@dimen/dp_8"
android:src="@drawable/arrow_left" />
android:src="@drawable/arrow_left_white" />
</FrameLayout>