Changed duration box stroke color to grey (like in the official app)

This commit is contained in:
darkon5 2015-09-20 17:46:23 +02:00
parent 39228453a2
commit 231cbacd5b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<solid android:color="#000000" />
<stroke android:width="1dip" android:color="#4fa5d5"/>
<stroke android:width="1dip" android:color="#888"/>
</shape>