Init project flutter for TMail

This commit is contained in:
dab246
2021-07-27 12:26:18 +07:00
committed by Dat H. Pham
parent 38e08f604f
commit e26927790b
79 changed files with 1653 additions and 0 deletions
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="?android:colorBackground" />
<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
</layer-list>