Skip to content

Commit 21580a0

Browse files
committed
Merge pull request #4 from darkon5/dev
Changed duration box stroke color to grey (like in the official app)
2 parents 39db33d + 231cbac commit 21580a0

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)