2018-04-12 16:18:17 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
|
|
|
|
2018-04-30 17:05:03 +02:00
|
|
|
<solid android:color="@color/wikivoyage_active_dark"/>
|
2018-04-12 16:18:17 +02:00
|
|
|
|
|
|
|
<corners android:radius="3dp"/>
|
|
|
|
|
|
|
|
</shape>
|