Add shadow to wikivoyage_welcome_btn_bg
This commit is contained in:
parent
1ae40f7506
commit
b0c11a814f
1 changed files with 12 additions and 5 deletions
|
@ -1,9 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<nine-patch android:src="@drawable/bg_card_shadow_cr3dp"/>
|
||||
</item>
|
||||
<item>
|
||||
<shape
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/wikivoyage_active_light"/>
|
||||
|
||||
<corners android:radius="3dp"/>
|
||||
|
||||
</shape>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
|
|
Loading…
Reference in a new issue