diff --git a/app/res/layout/grid_header_top_banner.xml b/app/res/layout/grid_header_top_banner.xml index 722acccd98..31052f43d9 100644 --- a/app/res/layout/grid_header_top_banner.xml +++ b/app/res/layout/grid_header_top_banner.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:background="@color/cc_core_bg" + android:background="@color/white" android:orientation="vertical" tools:viewBindingIgnore="true" > diff --git a/app/res/layout/screen_login.xml b/app/res/layout/screen_login.xml index cd30b61afe..fd20defc48 100644 --- a/app/res/layout/screen_login.xml +++ b/app/res/layout/screen_login.xml @@ -5,7 +5,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="fill_parent" - android:background="@color/cc_core_bg" + android:background="@color/white" android:orientation="vertical" tools:viewBindingIgnore="true"> @@ -26,7 +26,7 @@ android:orientation="vertical" android:visibility="gone"> - + android:paddingEnd="@dimen/standard_spacer_half" + android:paddingRight="@dimen/standard_spacer_half"> @@ -67,13 +67,13 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingBottom="@dimen/content_start" - android:paddingEnd="@dimen/login_box_margins" + android:paddingStart="@dimen/login_box_margins" android:paddingLeft="@dimen/login_box_margins" + android:paddingEnd="@dimen/login_box_margins" android:paddingRight="@dimen/login_box_margins" - android:paddingStart="@dimen/login_box_margins"> + android:paddingBottom="@dimen/content_start"> - -