Initial commit
BIN
android/app/src/main/res/drawable-hdpi/ic_logo.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
android/app/src/main/res/drawable-hdpi/ic_pause.png
Normal file
|
After Width: | Height: | Size: 196 B |
BIN
android/app/src/main/res/drawable-hdpi/ic_play_arrow.png
Normal file
|
After Width: | Height: | Size: 390 B |
BIN
android/app/src/main/res/drawable-hdpi/ic_skip_next.png
Normal file
|
After Width: | Height: | Size: 415 B |
BIN
android/app/src/main/res/drawable-hdpi/ic_skip_previous.png
Normal file
|
After Width: | Height: | Size: 401 B |
BIN
android/app/src/main/res/drawable-hdpi/ic_stop.png
Normal file
|
After Width: | Height: | Size: 137 B |
BIN
android/app/src/main/res/drawable-mdpi/ic_logo.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
android/app/src/main/res/drawable-mdpi/ic_pause.png
Normal file
|
After Width: | Height: | Size: 144 B |
BIN
android/app/src/main/res/drawable-mdpi/ic_play_arrow.png
Normal file
|
After Width: | Height: | Size: 220 B |
BIN
android/app/src/main/res/drawable-mdpi/ic_skip_next.png
Normal file
|
After Width: | Height: | Size: 251 B |
BIN
android/app/src/main/res/drawable-mdpi/ic_skip_previous.png
Normal file
|
After Width: | Height: | Size: 250 B |
BIN
android/app/src/main/res/drawable-mdpi/ic_stop.png
Normal file
|
After Width: | Height: | Size: 122 B |
BIN
android/app/src/main/res/drawable-xhdpi/ic_logo.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
android/app/src/main/res/drawable-xhdpi/ic_pause.png
Normal file
|
After Width: | Height: | Size: 220 B |
BIN
android/app/src/main/res/drawable-xhdpi/ic_play_arrow.png
Normal file
|
After Width: | Height: | Size: 410 B |
BIN
android/app/src/main/res/drawable-xhdpi/ic_skip_next.png
Normal file
|
After Width: | Height: | Size: 456 B |
BIN
android/app/src/main/res/drawable-xhdpi/ic_skip_previous.png
Normal file
|
After Width: | Height: | Size: 440 B |
BIN
android/app/src/main/res/drawable-xhdpi/ic_stop.png
Normal file
|
After Width: | Height: | Size: 181 B |
BIN
android/app/src/main/res/drawable-xxhdpi/ic_logo.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
android/app/src/main/res/drawable-xxhdpi/ic_pause.png
Normal file
|
After Width: | Height: | Size: 302 B |
BIN
android/app/src/main/res/drawable-xxhdpi/ic_play_arrow.png
Normal file
|
After Width: | Height: | Size: 683 B |
BIN
android/app/src/main/res/drawable-xxhdpi/ic_skip_next.png
Normal file
|
After Width: | Height: | Size: 734 B |
BIN
android/app/src/main/res/drawable-xxhdpi/ic_skip_previous.png
Normal file
|
After Width: | Height: | Size: 723 B |
BIN
android/app/src/main/res/drawable-xxhdpi/ic_stop.png
Normal file
|
After Width: | Height: | Size: 228 B |
BIN
android/app/src/main/res/drawable-xxxhdpi/ic_logo.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
android/app/src/main/res/drawable-xxxhdpi/ic_pause.png
Normal file
|
After Width: | Height: | Size: 316 B |
BIN
android/app/src/main/res/drawable-xxxhdpi/ic_play_arrow.png
Normal file
|
After Width: | Height: | Size: 807 B |
BIN
android/app/src/main/res/drawable-xxxhdpi/ic_skip_next.png
Normal file
|
After Width: | Height: | Size: 983 B |
BIN
android/app/src/main/res/drawable-xxxhdpi/ic_skip_previous.png
Normal file
|
After Width: | Height: | Size: 953 B |
BIN
android/app/src/main/res/drawable-xxxhdpi/ic_stop.png
Normal file
|
After Width: | Height: | Size: 304 B |
12
android/app/src/main/res/drawable/launch_background.xml
Normal 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>
|
||||
BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
18
android/app/src/main/res/values/styles.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Theme applied to the Android Window while the process is starting -->
|
||||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||
<!-- Show a splash screen on the activity. Automatically removed when
|
||||
Flutter draws its first frame -->
|
||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
</style>
|
||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||
This theme determines the color of the Android Window while your
|
||||
Flutter UI initializes, as well as behind your Flutter UI while its
|
||||
running.
|
||||
|
||||
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
||||
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||
<item name="android:windowBackground">@android:color/white</item>
|
||||
</style>
|
||||
</resources>
|
||||