Skip to content

Commit 231cbac

Browse files
committed
Changed duration box stroke color to grey (like in the official app)
1 parent 3922845 commit 231cbac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
33
<solid android:color="#000000" />
4-
<stroke android:width="1dip" android:color="#4fa5d5"/>
4+
<stroke android:width="1dip" android:color="#888"/>
55
</shape>

0 commit comments

Comments
 (0)