Panagiotis Triantafyllou

minor ui fixes

...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
37 <ScrollView 37 <ScrollView
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:layout_below="@+id/cl_loyalty_wallet_header"> 40 + android:layout_below="@+id/cl_loyalty_wallet_header"
41 + android:overScrollMode="never">
41 42
42 <androidx.constraintlayout.widget.ConstraintLayout 43 <androidx.constraintlayout.widget.ConstraintLayout
43 android:layout_width="match_parent" 44 android:layout_width="match_parent"
......
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
108 android:layout_below="@+id/rv_expired_coupons" 108 android:layout_below="@+id/rv_expired_coupons"
109 android:layout_centerHorizontal="true" 109 android:layout_centerHorizontal="true"
110 android:layout_marginTop="20dp" 110 android:layout_marginTop="20dp"
111 + android:paddingBottom="56dp"
111 android:gravity="center" 112 android:gravity="center"
112 android:orientation="horizontal" 113 android:orientation="horizontal"
113 android:visibility="gone" 114 android:visibility="gone"
...@@ -179,6 +180,7 @@ ...@@ -179,6 +180,7 @@
179 android:layout_centerHorizontal="true" 180 android:layout_centerHorizontal="true"
180 android:layout_marginTop="20dp" 181 android:layout_marginTop="20dp"
181 android:gravity="center" 182 android:gravity="center"
183 + android:paddingBottom="56dp"
182 android:orientation="horizontal" 184 android:orientation="horizontal"
183 android:visibility="gone" 185 android:visibility="gone"
184 tools:visibility="visible"> 186 tools:visibility="visible">
......