Showing
1 changed file
with
29 additions
and
28 deletions
... | @@ -41,9 +41,9 @@ | ... | @@ -41,9 +41,9 @@ |
41 | 41 | ||
42 | <androidx.constraintlayout.widget.ConstraintLayout | 42 | <androidx.constraintlayout.widget.ConstraintLayout |
43 | android:layout_width="match_parent" | 43 | android:layout_width="match_parent" |
44 | - android:layout_height="wrap_content" | 44 | + android:layout_height="match_parent" |
45 | android:background="@android:color/white" | 45 | android:background="@android:color/white" |
46 | - android:paddingTop="48dp"> | 46 | + android:paddingTop="5dp"> |
47 | 47 | ||
48 | <androidx.constraintlayout.widget.ConstraintLayout | 48 | <androidx.constraintlayout.widget.ConstraintLayout |
49 | android:id="@+id/cl_loyalty_info_view_inner" | 49 | android:id="@+id/cl_loyalty_info_view_inner" |
... | @@ -55,18 +55,6 @@ | ... | @@ -55,18 +55,6 @@ |
55 | app:layout_constraintStart_toStartOf="parent" | 55 | app:layout_constraintStart_toStartOf="parent" |
56 | app:layout_constraintTop_toTopOf="parent"> | 56 | app:layout_constraintTop_toTopOf="parent"> |
57 | 57 | ||
58 | - | ||
59 | - <TextView | ||
60 | - android:id="@+id/textView13" | ||
61 | - android:layout_width="374dp" | ||
62 | - android:layout_height="wrap_content" | ||
63 | - android:layout_marginTop="32dp" | ||
64 | - android:text="Πάρε δωρεάν μηνιαία πακέτα με πάνες στα supermarket Σκλαβενίτης!" | ||
65 | - app:layout_constraintEnd_toEndOf="parent" | ||
66 | - app:layout_constraintHorizontal_bias="0.432" | ||
67 | - app:layout_constraintStart_toStartOf="parent" | ||
68 | - app:layout_constraintTop_toBottomOf="@+id/imageView6" /> | ||
69 | - | ||
70 | <ImageView | 58 | <ImageView |
71 | android:id="@+id/imageView6" | 59 | android:id="@+id/imageView6" |
72 | android:layout_width="444dp" | 60 | android:layout_width="444dp" |
... | @@ -77,38 +65,51 @@ | ... | @@ -77,38 +65,51 @@ |
77 | app:layout_constraintTop_toTopOf="parent" /> | 65 | app:layout_constraintTop_toTopOf="parent" /> |
78 | 66 | ||
79 | <TextView | 67 | <TextView |
68 | + android:id="@+id/textView13" | ||
69 | + android:layout_width="320dp" | ||
70 | + android:layout_height="43dp" | ||
71 | + android:layout_marginTop="32dp" | ||
72 | + android:text="Πάρε δωρεάν μηνιαία πακέτα με πάνες στα supermarket Σκλαβενίτης!" | ||
73 | + app:layout_constraintEnd_toEndOf="parent" | ||
74 | + app:layout_constraintHorizontal_bias="0.509" | ||
75 | + app:layout_constraintStart_toStartOf="parent" | ||
76 | + app:layout_constraintTop_toBottomOf="@+id/imageView6" /> | ||
77 | + | ||
78 | + <TextView | ||
80 | android:id="@+id/textView14" | 79 | android:id="@+id/textView14" |
81 | - android:layout_width="374dp" | 80 | + android:layout_width="324dp" |
82 | - android:layout_height="wrap_content" | 81 | + android:layout_height="52dp" |
83 | android:layout_marginTop="32dp" | 82 | android:layout_marginTop="32dp" |
84 | android:text="Χρησιμοποίησε τον παρακάτω κωδικό και πάρε δωρεάν πακέτο πάνες Pampers αποκλειστικά στα Supermarket Σκλαβενίτης" | 83 | android:text="Χρησιμοποίησε τον παρακάτω κωδικό και πάρε δωρεάν πακέτο πάνες Pampers αποκλειστικά στα Supermarket Σκλαβενίτης" |
85 | - app:layout_constraintEnd_toEndOf="@+id/textView13" | 84 | + app:layout_constraintEnd_toEndOf="parent" |
86 | - app:layout_constraintHorizontal_bias="0.0" | 85 | + app:layout_constraintStart_toStartOf="parent" |
87 | - app:layout_constraintStart_toStartOf="@+id/textView13" | ||
88 | app:layout_constraintTop_toBottomOf="@+id/textView13" /> | 86 | app:layout_constraintTop_toBottomOf="@+id/textView13" /> |
89 | 87 | ||
90 | <TextView | 88 | <TextView |
91 | android:id="@+id/textView15" | 89 | android:id="@+id/textView15" |
92 | android:layout_width="wrap_content" | 90 | android:layout_width="wrap_content" |
93 | android:layout_height="wrap_content" | 91 | android:layout_height="wrap_content" |
92 | + android:layout_marginTop="32dp" | ||
94 | android:text="Κωδικός Κουπονιού" | 93 | android:text="Κωδικός Κουπονιού" |
95 | - app:layout_constraintBottom_toTopOf="@+id/textView16" | 94 | + app:layout_constraintEnd_toEndOf="parent" |
96 | - app:layout_constraintEnd_toEndOf="@+id/textView14" | 95 | + app:layout_constraintHorizontal_bias="0.498" |
97 | - app:layout_constraintStart_toStartOf="@+id/textView14" | 96 | + app:layout_constraintStart_toStartOf="parent" |
98 | app:layout_constraintTop_toBottomOf="@+id/textView14" /> | 97 | app:layout_constraintTop_toBottomOf="@+id/textView14" /> |
99 | 98 | ||
100 | <TextView | 99 | <TextView |
101 | android:id="@+id/textView16" | 100 | android:id="@+id/textView16" |
102 | android:layout_width="320dp" | 101 | android:layout_width="320dp" |
103 | android:layout_height="53dp" | 102 | android:layout_height="53dp" |
103 | + android:layout_marginTop="20dp" | ||
104 | android:background="@drawable/banner_border_light_blue" | 104 | android:background="@drawable/banner_border_light_blue" |
105 | android:gravity="center" | 105 | android:gravity="center" |
106 | android:text="1A2C378" | 106 | android:text="1A2C378" |
107 | android:textFontWeight="1000" | 107 | android:textFontWeight="1000" |
108 | android:textSize="25dp" | 108 | android:textSize="25dp" |
109 | app:layout_constraintEnd_toEndOf="parent" | 109 | app:layout_constraintEnd_toEndOf="parent" |
110 | + app:layout_constraintHorizontal_bias="0.483" | ||
110 | app:layout_constraintStart_toStartOf="parent" | 111 | app:layout_constraintStart_toStartOf="parent" |
111 | - tools:layout_editor_absoluteY="445dp" /> | 112 | + app:layout_constraintTop_toBottomOf="@+id/textView15" /> |
112 | 113 | ||
113 | <TextView | 114 | <TextView |
114 | android:id="@+id/textView17" | 115 | android:id="@+id/textView17" |
... | @@ -135,7 +136,7 @@ | ... | @@ -135,7 +136,7 @@ |
135 | android:id="@+id/ll_gift_it" | 136 | android:id="@+id/ll_gift_it" |
136 | android:layout_width="318dp" | 137 | android:layout_width="318dp" |
137 | android:layout_height="52dp" | 138 | android:layout_height="52dp" |
138 | - android:layout_marginTop="44dp" | 139 | + android:layout_marginTop="68dp" |
139 | android:background="@drawable/button_border_dark_blue" | 140 | android:background="@drawable/button_border_dark_blue" |
140 | android:clickable="true" | 141 | android:clickable="true" |
141 | android:gravity="center" | 142 | android:gravity="center" |
... | @@ -158,8 +159,8 @@ | ... | @@ -158,8 +159,8 @@ |
158 | android:layout_height="wrap_content" | 159 | android:layout_height="wrap_content" |
159 | android:gravity="center" | 160 | android:gravity="center" |
160 | android:text="Κάντο δώρο!" | 161 | android:text="Κάντο δώρο!" |
161 | - android:textSize="17dp" | 162 | + android:textColor="@color/white" |
162 | - android:textColor="@color/white"/> | 163 | + android:textSize="17dp" /> |
163 | </LinearLayout> | 164 | </LinearLayout> |
164 | 165 | ||
165 | <LinearLayout | 166 | <LinearLayout |
... | @@ -181,8 +182,8 @@ | ... | @@ -181,8 +182,8 @@ |
181 | android:layout_height="wrap_content" | 182 | android:layout_height="wrap_content" |
182 | android:gravity="center" | 183 | android:gravity="center" |
183 | android:text="Πάρε το δώρο σου" | 184 | android:text="Πάρε το δώρο σου" |
184 | - android:textSize="17dp" | 185 | + android:textColor="@color/white" |
185 | - android:textColor="@color/white"/> | 186 | + android:textSize="17dp" /> |
186 | </LinearLayout> | 187 | </LinearLayout> |
187 | 188 | ||
188 | </androidx.constraintlayout.widget.ConstraintLayout> | 189 | </androidx.constraintlayout.widget.ConstraintLayout> | ... | ... |
-
Please register or login to post a comment