Add landscape layout for onboarding page

This commit is contained in:
Rahul Kumar Patel
2021-02-16 09:15:56 +05:30
parent c189f6e29a
commit b6ccf6d3cf
8 changed files with 325 additions and 14 deletions

View File

@@ -40,7 +40,7 @@
<RelativeLayout
android:id="@+id/layout_top"
android:layout_width="0dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1">
@@ -48,7 +48,8 @@
android:id="@+id/img_icon"
android:layout_width="@dimen/icon_size_avatar"
android:layout_height="@dimen/icon_size_avatar"
android:layout_centerInParent="true"
android:layout_above="@id/txt_title"
android:layout_centerHorizontal="true"
android:minWidth="176dp"
app:srcCompat="@drawable/bg_placeholder" />
@@ -57,8 +58,7 @@
style="@style/TextAppearance.Aurora.Title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/img_icon"
android:layout_centerHorizontal="true"
android:layout_centerInParent="true"
android:layout_marginTop="@dimen/margin_normal"
android:layout_marginBottom="@dimen/margin_xsmall"
android:text="@string/app_name"
@@ -77,7 +77,7 @@
<RelativeLayout
android:id="@+id/layout_action"
android:layout_width="0dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical"