2017-12-19 09:25:08 +01: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_right_light" />
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<shape>
|
|
|
|
<solid
|
2019-03-26 11:31:41 +01:00
|
|
|
android:color="@color/card_and_list_background_light" />
|
2017-12-19 09:25:08 +01:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
</layer-list>
|