2017-02-03 01:18:41 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
2017-02-17 03:11:05 +01:00
|
|
|
<solid android:color="@color/tab_page_margin_dark" />
|
2017-02-03 01:18:41 +01:00
|
|
|
</shape>
|