|
@@ -2,13 +2,14 @@
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
|
|
+ android:fitsSystemWindows="true"
|
|
|
android:padding="@dimen/content_padding_24">
|
|
android:padding="@dimen/content_padding_24">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/for_account_container"
|
|
android:id="@+id/for_account_container"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
|
|
|
|
+ android:layout_marginTop="50dp"
|
|
|
android:visibility="gone"
|
|
android:visibility="gone"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
@@ -72,7 +73,7 @@
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/for_phone_container"
|
|
android:id="@+id/for_phone_container"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
|
|
|
|
+ android:layout_marginTop="50dp"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@+id/top_bar">
|
|
android:layout_below="@+id/top_bar">
|