-1:000000000000 | 0:e2f1af385727 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > | |
3 <item android:left="-1dp" | |
4 android:right="-1dp" | |
5 android:top="-1dp"> | |
6 | |
7 <shape android:shape="rectangle" > | |
8 <stroke android:width="1px" | |
9 android:color="@color/doorhanger_divider_light" /> | |
10 | |
11 <solid android:color="#00000000" /> | |
12 </shape> | |
13 </item> | |
14 | |
15 </layer-list> |