This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
morse-converter-android/app/src/main/res/drawable-xxxhdpi/blue_background.xml

9 lines
283 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item >
<shape>
<solid android:color="@color/colorPrimary"/>
<size android:height="300dp"></size>
</shape>
</item>
</selector>