2015-10-22 19:26:54 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item>
|
|
|
|
<nine-patch android:src="@drawable/bg_contextmenu_shadow_top_light" />
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<shape>
|
2015-10-27 15:18:20 +01:00
|
|
|
<solid android:color="@color/bg_color_light" />
|
2015-10-22 19:26:54 +02:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
</layer-list>
|