From ef5342708b113458d6f721c5ea07d9a873cad046 Mon Sep 17 00:00:00 2001 From: wutaian Date: Thu, 21 Mar 2019 10:50:09 +0800 Subject: [PATCH] 修改提交中颜色 --- C5/app/src/main/res/layout/fragment_custom_election.xml | 2 +- C5/app/src/main/res/layout/fragment_election.xml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/C5/app/src/main/res/layout/fragment_custom_election.xml b/C5/app/src/main/res/layout/fragment_custom_election.xml index 5fce5ab..9e3ffd1 100644 --- a/C5/app/src/main/res/layout/fragment_custom_election.xml +++ b/C5/app/src/main/res/layout/fragment_custom_election.xml @@ -301,7 +301,7 @@ android:layout_height="wrap_content" android:layout_marginTop="@dimen/px100dp" android:layout_gravity="center" - android:textColor="@color/red" + android:textColor="@color/red2" android:text="@string/submiting" android:textSize="@dimen/px140dp" android:visibility="gone" diff --git a/C5/app/src/main/res/layout/fragment_election.xml b/C5/app/src/main/res/layout/fragment_election.xml index 4d2dc2d..78baf4a 100644 --- a/C5/app/src/main/res/layout/fragment_election.xml +++ b/C5/app/src/main/res/layout/fragment_election.xml @@ -269,7 +269,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_below="@id/line_panel" - android:visibility="gone" android:background="#E5E5E5"> @@ -455,7 +457,7 @@ android:layout_height="wrap_content" android:layout_marginTop="@dimen/px100dp" android:layout_gravity="center" - android:textColor="@color/red" + android:textColor="@color/red2" android:text="@string/submiting" android:textSize="@dimen/px140dp" android:visibility="gone" -- libgit2 0.21.4