1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2026-05-18 20:55:47 +00:00

added: grid_layout

This commit is contained in:
Nishant Srivastava
2018-02-10 19:13:21 +05:30
parent 1fa25122d6
commit b2c80a698e
59 changed files with 1446 additions and 0 deletions

View File

@@ -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:color/white" />
<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
</layer-list>