From 2968a234a05e16622e9b65f3e5ddc7b74d455b3c Mon Sep 17 00:00:00 2001
From: ShubhamM97 <shub97@gmail.com>
Date: Thu, 13 Apr 2017 02:07:31 +0530
Subject: [PATCH] Changed the color scheme

---
 app/src/main/res/layout/activity_sign_up.xml | 2 +-
 app/src/main/res/values/colors.xml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/src/main/res/layout/activity_sign_up.xml b/app/src/main/res/layout/activity_sign_up.xml
index 257afb3..84a852c 100644
--- a/app/src/main/res/layout/activity_sign_up.xml
+++ b/app/src/main/res/layout/activity_sign_up.xml
@@ -69,7 +69,7 @@
             android:hint="Department" />
     </android.support.design.widget.TextInputLayout>
     <android.support.design.widget.TextInputLayout
-        android:layout_width="150dp"
+        android:layout_width="170dp"
         android:layout_height="wrap_content"
         android:id="@+id/SignUpCGPA_textLayout"
         android:layout_below="@+id/SignUpRollNo_textLayout"
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 1572ad7..3de5bb4 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -2,5 +2,5 @@
 <resources>
     <color name="colorPrimary">#795548</color>
     <color name="colorPrimaryDark">#5D4037</color>
-    <color name="colorAccent">#EEEEEE</color>
+    <color name="colorAccent">#FF4081</color>
 </resources>
-- 
GitLab