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

@@ -23,14 +23,12 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@drawable/divider"
android:orientation="vertical"
android:showDividers="middle">
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@drawable/divider"
android:orientation="vertical">
<androidx.appcompat.widget.AppCompatTextView