Merge pull request #18 from z3ntu/develop_api19

Hacks to get it running on API 19
This commit is contained in:
Benoit Marty 2019-03-21 15:58:37 +01:00 committed by GitHub
commit 4ab3c39415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
<item android:gravity="top">
<shape android:shape="rectangle">
<size android:height="80dp" />
<solid android:color="?colorPrimary" />
<!--<solid android:color="?colorPrimary" />-->
<solid android:color="@color/dark" />
</shape>
</item>
</layer-list>