nandi/frqpublic Fork 0
dcb50e077aee4cdf092d90a52641c82cfbe153d4
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

launch_background.xml · 12 lines · 434 BXML Blame HistoryRaw
Build the APK, out of ClojureDart and Flutter e2b0e6b nandi 7d ago1<?xml version="1.0" encoding="utf-8"?>
2<!-- Modify this file to customize your launch splash screen -->
3<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
4 <item android:drawable="@android:color/white" />
5
6 <!-- You can insert your own image assets here -->
7 <!-- <item>
8 <bitmap
9 android:gravity="center"
10 android:src="@mipmap/launch_image" />
11 </item> -->
12</layer-list>