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