nandi/frqpublic Fork 0
39459ed64bbac118596b1a86abb3bb3ff1051839
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.

styles.xml · 18 lines · 996 BXML Blame HistoryRaw
Build the APK, out of ClojureDart and Flutter e2b0e6b nandi 7d ago1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3 <!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
4 <style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
5 <!-- Show a splash screen on the activity. Automatically removed when
6 the Flutter engine draws its first frame -->
7 <item name="android:windowBackground">@drawable/launch_background</item>
8 </style>
9 <!-- Theme applied to the Android Window as soon as the process has started.
10 This theme determines the color of the Android Window while your
11 Flutter UI initializes, as well as behind your Flutter UI while its
12 running.
13
14 This Theme is only used starting with V2 of Flutter's Android embedding. -->
15 <style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
16 <item name="android:windowBackground">?android:colorBackground</item>
17 </style>
18</resources>