Refactor custom views; fix rendering issues

This commit is contained in:
2016-02-29 05:50:27 -05:00
parent f0d12e9925
commit b8cacaffa9
7 changed files with 145 additions and 100 deletions

View File

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