Panagiotis Triantafyllou

ui fixes

...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 xmlns:tools="http://schemas.android.com/tools" 5 xmlns:tools="http://schemas.android.com/tools"
6 android:layout_width="match_parent" 6 android:layout_width="match_parent"
7 android:layout_height="150dp" 7 android:layout_height="150dp"
8 - android:layout_marginHorizontal="4dp" 8 + android:layout_marginHorizontal="6dp"
9 android:layout_marginVertical="6dp" 9 android:layout_marginVertical="6dp"
10 android:background="@drawable/ic_coupon_background_new2"> 10 android:background="@drawable/ic_coupon_background_new2">
11 11
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
38 android:layout_width="match_parent" 38 android:layout_width="match_parent"
39 android:layout_height="match_parent" 39 android:layout_height="match_parent"
40 android:fillViewport="true" 40 android:fillViewport="true"
41 + android:scrollbars="none"
41 android:layout_below="@+id/cl_loyalty_wallet_header"> 42 android:layout_below="@+id/cl_loyalty_wallet_header">
42 43
43 <androidx.constraintlayout.widget.ConstraintLayout 44 <androidx.constraintlayout.widget.ConstraintLayout
...@@ -58,7 +59,7 @@ ...@@ -58,7 +59,7 @@
58 <ImageView 59 <ImageView
59 android:id="@+id/imageView6" 60 android:id="@+id/imageView6"
60 android:layout_width="match_parent" 61 android:layout_width="match_parent"
61 - android:layout_height="253dp" 62 + android:layout_height="295dp"
62 android:scaleType="centerCrop" 63 android:scaleType="centerCrop"
63 app:layout_constraintStart_toStartOf="parent" 64 app:layout_constraintStart_toStartOf="parent"
64 app:layout_constraintTop_toTopOf="parent" 65 app:layout_constraintTop_toTopOf="parent"
......
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
43 <ScrollView 43 <ScrollView
44 android:layout_width="match_parent" 44 android:layout_width="match_parent"
45 android:layout_height="match_parent" 45 android:layout_height="match_parent"
46 + android:scrollbars="none"
46 android:overScrollMode="never"> 47 android:overScrollMode="never">
47 48
48 <LinearLayout 49 <LinearLayout
...@@ -56,7 +57,7 @@ ...@@ -56,7 +57,7 @@
56 <ImageView 57 <ImageView
57 android:id="@+id/imageView6" 58 android:id="@+id/imageView6"
58 android:layout_width="match_parent" 59 android:layout_width="match_parent"
59 - android:layout_height="253dp" 60 + android:layout_height="295dp"
60 android:scaleType="centerCrop" 61 android:scaleType="centerCrop"
61 tools:src="@drawable/carousel_banner" /> 62 tools:src="@drawable/carousel_banner" />
62 63
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
38 <ScrollView 38 <ScrollView
39 android:layout_width="match_parent" 39 android:layout_width="match_parent"
40 android:layout_height="match_parent" 40 android:layout_height="match_parent"
41 + android:scrollbars="none"
41 android:layout_below="@+id/cl_loyalty_wallet_header"> 42 android:layout_below="@+id/cl_loyalty_wallet_header">
42 43
43 <androidx.constraintlayout.widget.ConstraintLayout 44 <androidx.constraintlayout.widget.ConstraintLayout
...@@ -58,7 +59,7 @@ ...@@ -58,7 +59,7 @@
58 <ImageView 59 <ImageView
59 android:id="@+id/imageView6" 60 android:id="@+id/imageView6"
60 android:layout_width="match_parent" 61 android:layout_width="match_parent"
61 - android:layout_height="253dp" 62 + android:layout_height="295dp"
62 android:scaleType="centerCrop" 63 android:scaleType="centerCrop"
63 app:layout_constraintStart_toStartOf="parent" 64 app:layout_constraintStart_toStartOf="parent"
64 app:layout_constraintTop_toTopOf="parent" 65 app:layout_constraintTop_toTopOf="parent"
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
40 android:layout_height="match_parent" 40 android:layout_height="match_parent"
41 android:layout_below="@+id/cl_loyalty_wallet_header" 41 android:layout_below="@+id/cl_loyalty_wallet_header"
42 android:background="@color/white" 42 android:background="@color/white"
43 + android:scrollbars="none"
43 android:fillViewport="true"> 44 android:fillViewport="true">
44 45
45 <LinearLayout 46 <LinearLayout
...@@ -54,7 +55,7 @@ ...@@ -54,7 +55,7 @@
54 <ImageView 55 <ImageView
55 android:id="@+id/imageView6" 56 android:id="@+id/imageView6"
56 android:layout_width="match_parent" 57 android:layout_width="match_parent"
57 - android:layout_height="253dp" 58 + android:layout_height="295dp"
58 android:scaleType="centerCrop" 59 android:scaleType="centerCrop"
59 tools:src="@drawable/carousel_banner" /> 60 tools:src="@drawable/carousel_banner" />
60 61
......
...@@ -97,6 +97,7 @@ ...@@ -97,6 +97,7 @@
97 android:layout_width="match_parent" 97 android:layout_width="match_parent"
98 android:layout_height="wrap_content" 98 android:layout_height="wrap_content"
99 android:clipToPadding="false" 99 android:clipToPadding="false"
100 + android:scrollbars="none"
100 android:orientation="vertical" 101 android:orientation="vertical"
101 android:overScrollMode="never" 102 android:overScrollMode="never"
102 android:paddingVertical="24dp" /> 103 android:paddingVertical="24dp" />
......
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
53 android:layout_width="match_parent" 53 android:layout_width="match_parent"
54 android:layout_height="wrap_content" 54 android:layout_height="wrap_content"
55 android:fillViewport="true" 55 android:fillViewport="true"
56 + android:scrollbars="none"
56 android:overScrollMode="never"> 57 android:overScrollMode="never">
57 58
58 <RelativeLayout 59 <RelativeLayout
...@@ -113,6 +114,7 @@ ...@@ -113,6 +114,7 @@
113 android:layout_height="wrap_content" 114 android:layout_height="wrap_content"
114 android:layout_marginTop="4dp" 115 android:layout_marginTop="4dp"
115 android:clipToPadding="false" 116 android:clipToPadding="false"
117 + android:scrollbars="none"
116 android:orientation="vertical" 118 android:orientation="vertical"
117 android:overScrollMode="never" 119 android:overScrollMode="never"
118 android:paddingTop="44dp" 120 android:paddingTop="44dp"
...@@ -142,6 +144,7 @@ ...@@ -142,6 +144,7 @@
142 android:layout_width="match_parent" 144 android:layout_width="match_parent"
143 android:layout_height="wrap_content" 145 android:layout_height="wrap_content"
144 android:layout_marginTop="4dp" 146 android:layout_marginTop="4dp"
147 + android:scrollbars="none"
145 android:clipToPadding="false" 148 android:clipToPadding="false"
146 android:orientation="vertical" 149 android:orientation="vertical"
147 android:overScrollMode="never" 150 android:overScrollMode="never"
...@@ -172,6 +175,7 @@ ...@@ -172,6 +175,7 @@
172 android:layout_height="wrap_content" 175 android:layout_height="wrap_content"
173 android:layout_marginTop="4dp" 176 android:layout_marginTop="4dp"
174 android:clipToPadding="false" 177 android:clipToPadding="false"
178 + android:scrollbars="none"
175 android:orientation="vertical" 179 android:orientation="vertical"
176 android:overScrollMode="never" 180 android:overScrollMode="never"
177 android:paddingBottom="4dp" /> 181 android:paddingBottom="4dp" />
...@@ -200,6 +204,7 @@ ...@@ -200,6 +204,7 @@
200 android:layout_width="match_parent" 204 android:layout_width="match_parent"
201 android:layout_height="wrap_content" 205 android:layout_height="wrap_content"
202 android:layout_marginTop="4dp" 206 android:layout_marginTop="4dp"
207 + android:scrollbars="none"
203 android:clipToPadding="false" 208 android:clipToPadding="false"
204 android:orientation="vertical" 209 android:orientation="vertical"
205 android:overScrollMode="never" 210 android:overScrollMode="never"
...@@ -229,6 +234,7 @@ ...@@ -229,6 +234,7 @@
229 android:layout_width="match_parent" 234 android:layout_width="match_parent"
230 android:layout_height="wrap_content" 235 android:layout_height="wrap_content"
231 android:layout_marginTop="4dp" 236 android:layout_marginTop="4dp"
237 + android:scrollbars="none"
232 android:clipToPadding="false" 238 android:clipToPadding="false"
233 android:orientation="vertical" 239 android:orientation="vertical"
234 android:overScrollMode="never" 240 android:overScrollMode="never"
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
41 android:layout_height="match_parent" 41 android:layout_height="match_parent"
42 android:layout_below="@+id/cl_loyalty_wallet_header" 42 android:layout_below="@+id/cl_loyalty_wallet_header"
43 android:background="@color/white" 43 android:background="@color/white"
44 + android:scrollbars="none"
44 android:fillViewport="true"> 45 android:fillViewport="true">
45 46
46 <androidx.constraintlayout.widget.ConstraintLayout 47 <androidx.constraintlayout.widget.ConstraintLayout
...@@ -62,7 +63,7 @@ ...@@ -62,7 +63,7 @@
62 <ImageView 63 <ImageView
63 android:id="@+id/imageView6" 64 android:id="@+id/imageView6"
64 android:layout_width="match_parent" 65 android:layout_width="match_parent"
65 - android:layout_height="253dp" 66 + android:layout_height="295dp"
66 android:layout_centerHorizontal="true" 67 android:layout_centerHorizontal="true"
67 android:scaleType="centerCrop" 68 android:scaleType="centerCrop"
68 tools:src="@drawable/carousel_banner" /> 69 tools:src="@drawable/carousel_banner" />
......