aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_launcher_background.xml
blob: e26af1fbf20a1a2341787b5741bf0e99543f2a1a (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<!-- Dark CRT-terminal blue. Plain solid colour so the adaptive icon
     reads cleanly under any launcher crop (circle, squircle, square). -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="#0E1E28"/>
</shape>