Browse Source

redone color changes for login screen

AndyScherzinger 9 years ago
parent
commit
8f401a38d8

BIN
res/drawable-ldpi/logo.png


BIN
res/drawable-xxxhdpi/logo.png


+ 3 - 3
res/layout/account_setup.xml

@@ -29,7 +29,7 @@
     <LinearLayout
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_height="wrap_content"
-        android:background="@color/login_background_color"
+        android:background="#1D2D44"
         android:gravity="center"
         android:gravity="center"
         android:orientation="vertical"
         android:orientation="vertical"
         android:padding="8dp" >
         android:padding="8dp" >
@@ -38,7 +38,7 @@
             android:id="@+id/thumbnail"
             android:id="@+id/thumbnail"
             android:layout_width="match_parent"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_height="wrap_content"
-            android:layout_marginBottom="10dp"
+            android:layout_marginBottom="0dp"
             android:layout_marginTop="10dp"
             android:layout_marginTop="10dp"
             android:src="@drawable/logo"
             android:src="@drawable/logo"
             android:contentDescription="@string/app_name"/>
             android:contentDescription="@string/app_name"/>
@@ -70,7 +70,7 @@
 	        android:id="@+id/hostUrlFrame"
 	        android:id="@+id/hostUrlFrame"
 			android:layout_width="match_parent"
 			android:layout_width="match_parent"
 			android:layout_height="wrap_content"
 			android:layout_height="wrap_content"
-            android:layout_marginBottom="10dp"
+            android:layout_marginBottom="0dp"
 	        >
 	        >
 			<EditText
 			<EditText
 				android:id="@+id/hostUrlInput"
 				android:id="@+id/hostUrlInput"

+ 2 - 2
res/values/setup.xml

@@ -28,8 +28,8 @@
     
     
     
     
     <!-- Colors -->
     <!-- Colors -->
-    <color name="login_background_color">#FFFFFF</color>
-    <color name="login_logo_background_color">#FFFFFF</color>
+    <color name="login_background_color">#1D2D44</color>
+    <color name="login_logo_background_color">#1D2D44</color>
     <color name="background_color">#F7F7F7</color>
     <color name="background_color">#F7F7F7</color>
     <color name="actionbar_start_color">#1D2D44</color>
     <color name="actionbar_start_color">#1D2D44</color>
     <color name="actionbar_end_color">#1D2D44</color>
     <color name="actionbar_end_color">#1D2D44</color>