fixed crash on api < 21 due to drawable using attrs

This commit is contained in:
Adithya Abraham Philip
2015-08-06 00:20:48 +05:30
parent 7086a67c2e
commit f17dabce8c
7 changed files with 35 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<size
android:height="2dp"
android:width="1000dp" />
<solid android:color="#212121" />
</shape>