2017-04-27 11:15:14 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle"
|
|
|
|
>
|
2019-07-23 20:48:21 +02:00
|
|
|
<solid android:color="?attr/colorWindowBackground" />
|
2017-04-27 11:15:14 +02:00
|
|
|
</shape>
|