Panagiotis Triantafyllou

ui fixes

......@@ -5,7 +5,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="150dp"
android:layout_marginHorizontal="4dp"
android:layout_marginHorizontal="6dp"
android:layout_marginVertical="6dp"
android:background="@drawable/ic_coupon_background_new2">
......
......@@ -38,6 +38,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true"
android:scrollbars="none"
android:layout_below="@+id/cl_loyalty_wallet_header">
<androidx.constraintlayout.widget.ConstraintLayout
......@@ -58,7 +59,7 @@
<ImageView
android:id="@+id/imageView6"
android:layout_width="match_parent"
android:layout_height="253dp"
android:layout_height="295dp"
android:scaleType="centerCrop"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
......
......@@ -43,6 +43,7 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="none"
android:overScrollMode="never">
<LinearLayout
......@@ -56,7 +57,7 @@
<ImageView
android:id="@+id/imageView6"
android:layout_width="match_parent"
android:layout_height="253dp"
android:layout_height="295dp"
android:scaleType="centerCrop"
tools:src="@drawable/carousel_banner" />
......
......@@ -38,6 +38,7 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="none"
android:layout_below="@+id/cl_loyalty_wallet_header">
<androidx.constraintlayout.widget.ConstraintLayout
......@@ -58,7 +59,7 @@
<ImageView
android:id="@+id/imageView6"
android:layout_width="match_parent"
android:layout_height="253dp"
android:layout_height="295dp"
android:scaleType="centerCrop"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
......
......@@ -40,6 +40,7 @@
android:layout_height="match_parent"
android:layout_below="@+id/cl_loyalty_wallet_header"
android:background="@color/white"
android:scrollbars="none"
android:fillViewport="true">
<LinearLayout
......@@ -54,7 +55,7 @@
<ImageView
android:id="@+id/imageView6"
android:layout_width="match_parent"
android:layout_height="253dp"
android:layout_height="295dp"
android:scaleType="centerCrop"
tools:src="@drawable/carousel_banner" />
......
......@@ -97,6 +97,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipToPadding="false"
android:scrollbars="none"
android:orientation="vertical"
android:overScrollMode="never"
android:paddingVertical="24dp" />
......
......@@ -53,6 +53,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fillViewport="true"
android:scrollbars="none"
android:overScrollMode="never">
<RelativeLayout
......@@ -113,6 +114,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:clipToPadding="false"
android:scrollbars="none"
android:orientation="vertical"
android:overScrollMode="never"
android:paddingTop="44dp"
......@@ -142,6 +144,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:scrollbars="none"
android:clipToPadding="false"
android:orientation="vertical"
android:overScrollMode="never"
......@@ -172,6 +175,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:clipToPadding="false"
android:scrollbars="none"
android:orientation="vertical"
android:overScrollMode="never"
android:paddingBottom="4dp" />
......@@ -200,6 +204,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:scrollbars="none"
android:clipToPadding="false"
android:orientation="vertical"
android:overScrollMode="never"
......@@ -229,6 +234,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:scrollbars="none"
android:clipToPadding="false"
android:orientation="vertical"
android:overScrollMode="never"
......
......@@ -41,6 +41,7 @@
android:layout_height="match_parent"
android:layout_below="@+id/cl_loyalty_wallet_header"
android:background="@color/white"
android:scrollbars="none"
android:fillViewport="true">
<androidx.constraintlayout.widget.ConstraintLayout
......@@ -62,7 +63,7 @@
<ImageView
android:id="@+id/imageView6"
android:layout_width="match_parent"
android:layout_height="253dp"
android:layout_height="295dp"
android:layout_centerHorizontal="true"
android:scaleType="centerCrop"
tools:src="@drawable/carousel_banner" />
......