Version 1.0.1
This commit is contained in:
9
WheresMyMoney.Maui/Platforms/Android/AndroidManifest.xml
Normal file
9
WheresMyMoney.Maui/Platforms/Android/AndroidManifest.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true"></application>
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
|
||||
</manifest>
|
||||
12
WheresMyMoney.Maui/Platforms/Android/MainActivity.cs
Normal file
12
WheresMyMoney.Maui/Platforms/Android/MainActivity.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Android.App;
|
||||
using Android.Content.PM;
|
||||
using Android.OS;
|
||||
|
||||
namespace WheresMyMoney.Maui;
|
||||
|
||||
[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, LaunchMode = LaunchMode.SingleTop,
|
||||
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode |
|
||||
ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
|
||||
public class MainActivity : MauiAppCompatActivity
|
||||
{
|
||||
}
|
||||
15
WheresMyMoney.Maui/Platforms/Android/MainApplication.cs
Normal file
15
WheresMyMoney.Maui/Platforms/Android/MainApplication.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Android.App;
|
||||
using Android.Runtime;
|
||||
|
||||
namespace WheresMyMoney.Maui;
|
||||
|
||||
[Application]
|
||||
public class MainApplication : MauiApplication
|
||||
{
|
||||
public MainApplication(IntPtr handle, JniHandleOwnership ownership)
|
||||
: base(handle, ownership)
|
||||
{
|
||||
}
|
||||
|
||||
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
|
||||
}
|
||||
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/ic_launcher-web.png
LFS
Normal file
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/ic_launcher-web.png
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-hdpi/ic_launcher.png
LFS
Normal file
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-hdpi/ic_launcher.png
LFS
Normal file
Binary file not shown.
Binary file not shown.
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-hdpi/ic_launcher_round.png
LFS
Normal file
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-hdpi/ic_launcher_round.png
LFS
Normal file
Binary file not shown.
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-ldpi/ic_launcher.png
LFS
Normal file
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-ldpi/ic_launcher.png
LFS
Normal file
Binary file not shown.
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-mdpi/ic_launcher.png
LFS
Normal file
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-mdpi/ic_launcher.png
LFS
Normal file
Binary file not shown.
Binary file not shown.
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-mdpi/ic_launcher_round.png
LFS
Normal file
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-mdpi/ic_launcher_round.png
LFS
Normal file
Binary file not shown.
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-xhdpi/ic_launcher.png
LFS
Normal file
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-xhdpi/ic_launcher.png
LFS
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-xxhdpi/ic_launcher.png
LFS
Normal file
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-xxhdpi/ic_launcher.png
LFS
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-xxxhdpi/ic_launcher.png
LFS
Normal file
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/mipmap-xxxhdpi/ic_launcher.png
LFS
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/playstore-icon.png
LFS
Normal file
BIN
WheresMyMoney.Maui/Platforms/Android/Resources/playstore-icon.png
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary">#512BD4</color>
|
||||
<color name="colorPrimaryDark">#2B0B98</color>
|
||||
<color name="colorAccent">#2B0B98</color>
|
||||
</resources>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#512bd4</color>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user