Minor color changes

This commit is contained in:
2016-02-29 07:44:59 -05:00
parent ae7869d3a2
commit 48d446a243
6 changed files with 8 additions and 9 deletions

View File

@@ -2,6 +2,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#7f000000" />
<solid android:color="#3fffffff" />
<corners android:radius="10dp" />
</shape>