redone color changes for login screen

This commit is contained in:
AndyScherzinger 2015-07-26 02:10:51 +02:00
parent d474239b21
commit 8f401a38d8
4 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

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

View file

@ -28,8 +28,8 @@
<!-- 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="actionbar_start_color">#1D2D44</color>
<color name="actionbar_end_color">#1D2D44</color>