From ce88de4891b87c3b7b2750575e15d6e48d518852 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 24 十月 2024 10:39:12 +0800 Subject: [PATCH] 增加云端库 --- app/src/main/res/layout/activity_contact_us.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/activity_contact_us.xml b/app/src/main/res/layout/activity_contact_us.xml index 1a935b7..a55e3d1 100644 --- a/app/src/main/res/layout/activity_contact_us.xml +++ b/app/src/main/res/layout/activity_contact_us.xml @@ -9,7 +9,7 @@ <include android:id="@+id/toolbar_top_fragment_house_list_rl" - layout="@layout/toolbar_top_view_52" /> + layout="@layout/toolbar_top_view_44" /> <RelativeLayout android:id="@+id/wechat_id_rl" @@ -28,7 +28,7 @@ android:layout_centerVertical="true" android:layout_marginStart="@dimen/dp_16" android:text="@string/wechat_id" - android:textColor="@color/text_90000000" + android:textColor="@color/text_E6000000" android:textSize="@dimen/text_16" /> @@ -40,7 +40,7 @@ android:layout_alignParentEnd="true" android:layout_centerVertical="true" android:layout_marginEnd="@dimen/dp_16" - android:textColor="@color/text_90000000" + android:textColor="@color/text_E6000000" android:textSize="@dimen/text_16" /> </RelativeLayout> @@ -61,7 +61,7 @@ android:layout_centerVertical="true" android:layout_marginStart="@dimen/dp_16" android:text="@string/email_address" - android:textColor="@color/text_90000000" + android:textColor="@color/text_E6000000" android:textSize="@dimen/text_16" /> <TextView @@ -71,7 +71,7 @@ android:layout_alignParentEnd="true" android:layout_centerVertical="true" android:layout_marginEnd="@dimen/dp_16" - android:textColor="@color/text_90000000" + android:textColor="@color/text_E6000000" android:textSize="@dimen/text_16" /> </RelativeLayout> -- Gitblit v1.8.0