SubwayTooter-Android-App/app/src/main/res/drawable/window_background.xml

6 lines
215 B
XML
Raw Normal View History

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"
>
<solid android:color="?attr/colorWindowBackground" />
2017-04-27 11:15:14 +02:00
</shape>