2014-02-19 12:29:00 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
2017-11-13 15:54:38 -08:00
|
|
|
<item android:left="83dp">
|
2014-02-19 12:29:00 -08:00
|
|
|
<shape android:shape="rectangle">
|
2017-11-13 15:54:38 -08:00
|
|
|
<solid android:color="#33ffffff" />
|
2015-04-04 01:38:44 -07:00
|
|
|
<size android:height="1px" />
|
2014-02-19 12:29:00 -08:00
|
|
|
</shape>
|
|
|
|
</item>
|
2015-04-04 01:38:44 -07:00
|
|
|
</layer-list>
|