Showing
7 changed files
with
4 additions
and
4 deletions
1.36 KB
14.6 KB
1.58 KB
2.17 KB
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
3 | <item> | 3 | <item> |
4 | <shape android:shape="rectangle"> | 4 | <shape android:shape="rectangle"> |
5 | <gradient | 5 | <gradient |
6 | - android:angle="91" | 6 | + android:angle="90" |
7 | android:endColor="#C4F187" | 7 | android:endColor="#C4F187" |
8 | android:startColor="#8EF593" /> | 8 | android:startColor="#8EF593" /> |
9 | 9 | ... | ... |
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
3 | <item> | 3 | <item> |
4 | <shape android:shape="rectangle"> | 4 | <shape android:shape="rectangle"> |
5 | <gradient | 5 | <gradient |
6 | - android:angle="91" | 6 | + android:angle="90" |
7 | android:endColor="@android:color/transparent" | 7 | android:endColor="@android:color/transparent" |
8 | android:startColor="@android:color/transparent" /> | 8 | android:startColor="@android:color/transparent" /> |
9 | 9 | ... | ... |
... | @@ -139,7 +139,7 @@ | ... | @@ -139,7 +139,7 @@ |
139 | android:id="@+id/rl_analysis_row" | 139 | android:id="@+id/rl_analysis_row" |
140 | android:layout_width="match_parent" | 140 | android:layout_width="match_parent" |
141 | android:layout_height="wrap_content" | 141 | android:layout_height="wrap_content" |
142 | - android:layout_marginTop="40dp" | 142 | + android:layout_marginTop="48dp" |
143 | app:layout_constraintEnd_toEndOf="parent" | 143 | app:layout_constraintEnd_toEndOf="parent" |
144 | app:layout_constraintStart_toStartOf="parent" | 144 | app:layout_constraintStart_toStartOf="parent" |
145 | app:layout_constraintTop_toBottomOf="@+id/rl_gifts_row"> | 145 | app:layout_constraintTop_toBottomOf="@+id/rl_gifts_row"> |
... | @@ -202,7 +202,7 @@ | ... | @@ -202,7 +202,7 @@ |
202 | android:id="@+id/rl_burnt_coupons_row" | 202 | android:id="@+id/rl_burnt_coupons_row" |
203 | android:layout_width="match_parent" | 203 | android:layout_width="match_parent" |
204 | android:layout_height="wrap_content" | 204 | android:layout_height="wrap_content" |
205 | - android:layout_marginTop="32dp" | 205 | + android:layout_marginTop="48dp" |
206 | app:layout_constraintEnd_toEndOf="parent" | 206 | app:layout_constraintEnd_toEndOf="parent" |
207 | app:layout_constraintStart_toStartOf="parent" | 207 | app:layout_constraintStart_toStartOf="parent" |
208 | app:layout_constraintTop_toBottomOf="@+id/rl_analysis_row"> | 208 | app:layout_constraintTop_toBottomOf="@+id/rl_analysis_row"> | ... | ... |
-
Please register or login to post a comment