Skip to content

Commit 2353fb9

Browse files
committed
Changed separator color
1 parent 0dca471 commit 2353fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/res/layout/fragment_list_entries.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
android:layout_height="1dp"
3232
android:layout_marginTop="9dp"
3333
android:layout_marginBottom="9dp"
34-
android:background="#cce594"/>
34+
android:background="#c1c1c1"/>
3535

3636
<LinearLayout
3737
android:layout_width="match_parent"
@@ -72,7 +72,7 @@
7272
android:layout_height="1dp"
7373
android:layout_marginTop="9dp"
7474
android:layout_marginBottom="9dp"
75-
android:background="#cce594"/>
75+
android:background="#c1c1c1"/>
7676

7777
<RelativeLayout
7878
android:layout_width="match_parent"

0 commit comments

Comments
 (0)