add custom android package contents and build script.

This commit is contained in:
2020-06-18 10:55:30 -04:00
parent 46d692c534
commit ef21bd2284
4 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#1261a0"
android:pathData="M80 56h384v432h-352a32 32 0 0 1 -32-32z" />
<path
android:fillColor="#2d85cc"
android:pathData="M144 24h288v432h-288z" />
<path
android:fillColor="#f7b030"
android:pathData="M144 456h-64v-432h64" />
<path
android:fillColor="#f7b030"
android:pathData="M184 64h208v96h-208z" />
<path
android:fillColor="#1261a0"
android:pathData="M 80 368 L 80 368 Q 96 368 96 384 L 96 416 Q 96 432 80 432 L 80 432 Q 64 432 64 416 L 64 384 Q 64 368 80 368 Z" />
<path
android:fillColor="#1261a0"
android:pathData="M 80 288 L 80 288 Q 96 288 96 304 L 96 336 Q 96 352 80 352 L 80 352 Q 64 352 64 336 L 64 304 Q 64 288 80 288 Z" />
<path
android:fillColor="#1261a0"
android:pathData="M 80 208 L 80 208 Q 96 208 96 224 L 96 256 Q 96 272 80 272 L 80 272 Q 64 272 64 256 L 64 224 Q 64 208 80 208 Z" />
<path
android:fillColor="#1261a0"
android:pathData="M 80 128 L 80 128 Q 96 128 96 144 L 96 176 Q 96 192 80 192 L 80 192 Q 64 192 64 176 L 64 144 Q 64 128 80 128 Z" />
<path
android:fillColor="#1261a0"
android:pathData="M 80 48 L 80 48 Q 96 48 96 64 L 96 96 Q 96 112 80 112 L 80 112 Q 64 112 64 96 L 64 64 Q 64 48 80 48 Z" />
<path
android:fillColor="#1261a0"
android:pathData="M320 408h-16a8 8 0 0 0 0 16h16a8 8 0 0 0 0-16z" />
<path
android:fillColor="#1261a0"
android:pathData="M320 376h-16a8 8 0 0 0 0 16h16a8 8 0 0 0 0-16z" />
<path
android:fillColor="#1261a0"
android:pathData="M400 408h-48a8 8 0 0 0 0 16h48a8 8 0 0 0 0-16z" />
<path
android:fillColor="#1261a0"
android:pathData="M400 376h-48a8 8 0 0 0 0 16h48a8 8 0 0 0 0-16z" />
</vector>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle" >
<solid android:color="#0000FF"/>
</shape>
</item>
<item android:width="256dp" android:height="256dp" android:gravity="center" android:drawable="
@drawable/logo">
</item>
</layer-list>