Skip to content

Commit 78455cd

Browse files
committed
fix(evaluations): remove divider between rating and broken features section
1 parent ea4699a commit 78455cd

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

app/src/main/res/layout/fragment_evaluations.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@
194194
android:layout_marginTop="4dp"
195195
android:visibility="gone">
196196

197-
<View
198-
android:layout_width="match_parent"
199-
android:layout_height="1dp"
200-
android:background="@color/grey_light" />
201-
202197
<TextView
203198
android:layout_width="wrap_content"
204199
android:layout_height="wrap_content"
@@ -293,11 +288,6 @@
293288
android:layout_marginTop="4dp"
294289
android:visibility="gone">
295290

296-
<View
297-
android:layout_width="match_parent"
298-
android:layout_height="1dp"
299-
android:background="@color/grey_light" />
300-
301291
<TextView
302292
android:layout_width="wrap_content"
303293
android:layout_height="wrap_content"
@@ -433,11 +423,6 @@
433423
android:layout_marginTop="4dp"
434424
android:visibility="gone">
435425

436-
<View
437-
android:layout_width="match_parent"
438-
android:layout_height="1dp"
439-
android:background="@color/grey_light" />
440-
441426
<TextView
442427
android:layout_width="wrap_content"
443428
android:layout_height="wrap_content"
@@ -532,11 +517,6 @@
532517
android:layout_marginTop="4dp"
533518
android:visibility="gone">
534519

535-
<View
536-
android:layout_width="match_parent"
537-
android:layout_height="1dp"
538-
android:background="@color/grey_light" />
539-
540520
<TextView
541521
android:layout_width="wrap_content"
542522
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)