Fix invalid drawer
This commit is contained in:
parent
645c32e6c2
commit
c48252680d
1 changed files with 11 additions and 6 deletions
|
@ -3,12 +3,17 @@
|
|||
android:insetLeft="15dp"
|
||||
android:insetRight="15dp" >
|
||||
|
||||
<stroke
|
||||
android:dashGap="1dp"
|
||||
android:dashWidth="1.5dp"
|
||||
android:width="1dp"
|
||||
android:color="#404040" />
|
||||
<shape
|
||||
android:shape="line" >
|
||||
<stroke
|
||||
android:dashGap="1dp"
|
||||
android:dashWidth="1.5dp"
|
||||
android:width="1dp"
|
||||
android:color="#FF404040" />
|
||||
|
||||
<size android:height="3dp" />
|
||||
|
||||
</shape>
|
||||
|
||||
<size android:height="3dp" />
|
||||
|
||||
</inset>
|
Loading…
Reference in a new issue