Skip to content

Commit 08ddca3

Browse files
change border color with red (#2203)
1 parent 47fbc40 commit 08ddca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
android:layout_height="wrap_content"
3636
android:layout_below="@+id/scanned_devices_list_title"
3737
android:layout_marginTop="@dimen/bluetooth_dialog_margin"
38-
android:background="@drawable/rectangle_border_black"
39-
android:divider="@color/dark_grey"
38+
android:background="@drawable/rectangle_border"
39+
android:divider="@color/colorPrimary"
4040
android:dividerHeight="@dimen/bluetooth_list_divider_height"
4141
android:padding="@dimen/bluetooth_dialog_margin" />
4242

0 commit comments

Comments
 (0)