From 2634c118968d9f22b0109d40b274cce882cd1dda Mon Sep 17 00:00:00 2001 From: Hemanth S Date: Fri, 22 May 2020 00:22:47 +0530 Subject: [PATCH] Improved Banner visibility --- .../res/layout-land/fragment_banner_home.xml | 25 +- .../res/layout-xlarge/activity_user_info.xml | 236 +++++++++--------- 2 files changed, 130 insertions(+), 131 deletions(-) diff --git a/app/src/main/res/layout-land/fragment_banner_home.xml b/app/src/main/res/layout-land/fragment_banner_home.xml index 49a9efae..52043a54 100644 --- a/app/src/main/res/layout-land/fragment_banner_home.xml +++ b/app/src/main/res/layout-land/fragment_banner_home.xml @@ -23,23 +23,26 @@ android:overScrollMode="never" app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"> - + app:cardUseCompatPadding="true" + app:layout_constraintDimensionRatio="21:7" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - - - - - + + \ No newline at end of file diff --git a/app/src/main/res/layout-xlarge/activity_user_info.xml b/app/src/main/res/layout-xlarge/activity_user_info.xml index 9e64e5c0..a61488c0 100644 --- a/app/src/main/res/layout-xlarge/activity_user_info.xml +++ b/app/src/main/res/layout-xlarge/activity_user_info.xml @@ -23,7 +23,7 @@ - - + + + + + + + + + + + + + + + + + + android:layout_marginEnd="16dp" + app:hintEnabled="true" + app:layout_constraintBottom_toBottomOf="@id/next" + app:layout_constraintEnd_toStartOf="@id/next" + app:layout_constraintStart_toStartOf="@id/imageContainer" + app:layout_constraintTop_toTopOf="@id/next"> - + android:background="@null" + android:hint="@string/my_name" + android:inputType="textPersonName|textCapWords|text" + android:textAppearance="@style/TextAppearance.AppCompat.Subhead" /> + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + \ No newline at end of file