|
@@ -20,13 +20,13 @@
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
+ android:background="@color/login_background_color"
|
|
|
android:padding="8dip"
|
|
|
>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@color/login_background_color"
|
|
|
android:layout_above="@id/buttonOK"
|
|
|
android:layout_alignParentTop="true"
|
|
|
android:orientation="horizontal" >
|