image replace & splash screen
@ -43,7 +43,7 @@
|
||||
Title="{r:Text Balance}"
|
||||
Text="{Binding Balance, Mode=TwoWay}"
|
||||
Placeholder="{r:Text BalancePlaceholder}"/>
|
||||
<ui:OptionTextCell Height="44" Icon="dollar.png"
|
||||
<ui:OptionTextCell Height="44" Icon="yuan.png"
|
||||
Title="{r:Text Currency}"
|
||||
Detail="{r:Text CNY}"/>
|
||||
</TableSection>
|
||||
|
@ -110,10 +110,10 @@ namespace Billing.Views
|
||||
{
|
||||
var source = new List<SelectItem<AccountCategory>>
|
||||
{
|
||||
new() { Icon = "sackdollar", Value = AccountCategory.Cash, Name = Resource.Cash },
|
||||
new() { Icon = "dollar", Value = AccountCategory.Cash, Name = Resource.Cash },
|
||||
new() { Icon = "creditcard", Value = AccountCategory.CreditCard, Name = Resource.CreditCard },
|
||||
new() { Icon = "debitcard", Value = AccountCategory.DebitCard, Name = Resource.DebitCard },
|
||||
new() { Icon = "coins", Value = AccountCategory.ElecAccount, Name = Resource.ElecAccount }
|
||||
new() { Icon = "online", Value = AccountCategory.ElecAccount, Name = Resource.ElecAccount }
|
||||
};
|
||||
var page = new ItemSelectPage<SelectItem<AccountCategory>>(source);
|
||||
page.ItemTapped += Category_ItemTapped;
|
||||
|
@ -38,7 +38,7 @@
|
||||
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
|
||||
<BundleAssemblies>false</BundleAssemblies>
|
||||
<AndroidSupportedAbis>x86_64;x86</AndroidSupportedAbis>
|
||||
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
||||
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@ -79,6 +79,7 @@
|
||||
<Compile Include="Resources\Resource.designer.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Renderers\OptionEditorRenderer.cs" />
|
||||
<Compile Include="SplashActivity.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidAsset Include="Assets\CascadiaCode-Bold.ttf" />
|
||||
@ -92,223 +93,110 @@
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\values\styles.xml" />
|
||||
<AndroidResource Include="Resources\values\colors.xml" />
|
||||
<AndroidResource Include="Resources\mipmap-mdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\mipmap-mdpi\icon_round.png" />
|
||||
<AndroidResource Include="Resources\mipmap-hdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\mipmap-hdpi\icon_round.png" />
|
||||
<AndroidResource Include="Resources\mipmap-xhdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\mipmap-xhdpi\icon_round.png" />
|
||||
<AndroidResource Include="Resources\mipmap-xxhdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\mipmap-xxhdpi\icon_round.png" />
|
||||
<AndroidResource Include="Resources\mipmap-xxxhdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\mipmap-xxxhdpi\icon_round.png" />
|
||||
<AndroidResource Include="Resources\mipmap-anydpi-v26\icon.xml" />
|
||||
<AndroidResource Include="Resources\mipmap-anydpi-v26\icon_round.xml" />
|
||||
<AndroidResource Include="Resources\mipmap-hdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\mipmap-hdpi\launcher_foreground.png" />
|
||||
<AndroidResource Include="Resources\mipmap-mdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\mipmap-mdpi\launcher_foreground.png" />
|
||||
<AndroidResource Include="Resources\mipmap-xhdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\mipmap-xhdpi\launcher_foreground.png" />
|
||||
<AndroidResource Include="Resources\mipmap-xxhdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\mipmap-xxhdpi\launcher_foreground.png" />
|
||||
<AndroidResource Include="Resources\mipmap-xxxhdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\mipmap-xxxhdpi\launcher_foreground.png" />
|
||||
<AndroidResource Include="Resources\values\icon_background.xml" />
|
||||
<AndroidResource Include="Resources\drawable\icon_foreground.xml" />
|
||||
<AndroidResource Include="Resources\drawable\xamarin_logo.png" />
|
||||
<AndroidResource Include="Resources\drawable\pencil.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable\dollar.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable\face.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable\note.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable\project.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable\sackdollar.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\dollar.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\face.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\note.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\pencil.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\project.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\sackdollar.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\dollar.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\face.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\note.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\pencil.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\project.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\sackdollar.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\dollar.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\face.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\note.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\pencil.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\project.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\sackdollar.png">
|
||||
<SubType></SubType>
|
||||
<Generator></Generator>
|
||||
</AndroidResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\wallet.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\calendar.png" />
|
||||
<AndroidResource Include="Resources\drawable\splash_logo.png" />
|
||||
<AndroidResource Include="Resources\drawable\splash_screen.xml" />
|
||||
<AndroidResource Include="Resources\drawable-night\splash_logo.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\bars.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\bill.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\calendar.png" />
|
||||
<AndroidResource Include="Resources\drawable\check.png" />
|
||||
<AndroidResource Include="Resources\drawable\creditcard.png" />
|
||||
<AndroidResource Include="Resources\drawable\debitcard.png" />
|
||||
<AndroidResource Include="Resources\drawable\dollar.png" />
|
||||
<AndroidResource Include="Resources\drawable\face.png" />
|
||||
<AndroidResource Include="Resources\drawable\ic_default.png" />
|
||||
<AndroidResource Include="Resources\drawable\note.png" />
|
||||
<AndroidResource Include="Resources\drawable\online.png" />
|
||||
<AndroidResource Include="Resources\drawable\pencil.png" />
|
||||
<AndroidResource Include="Resources\drawable\plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\project.png" />
|
||||
<AndroidResource Include="Resources\drawable\right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\sackdollar.png" />
|
||||
<AndroidResource Include="Resources\drawable\settings.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\wallet.png" />
|
||||
<AndroidResource Include="Resources\drawable\yuan.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\bars.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\bill.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\calendar.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\check.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\creditcard.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\debitcard.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\dollar.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\face.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\ic_default.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\note.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\online.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\pencil.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\project.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\sackdollar.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\settings.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\wallet.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\yuan.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\bars.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\bill.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\calendar.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\check.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\creditcard.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\debitcard.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\dollar.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\face.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\ic_default.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\note.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\online.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\pencil.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\project.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\sackdollar.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\settings.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\wallet.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\yuan.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\bars.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\bill.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\settings.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\wallet.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\calendar.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\calendar.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\calendar.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\ic_default.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\ic_default.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\ic_default.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\ic_default.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\check.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\check.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\check.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\check.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\creditcard.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\debitcard.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\dollar.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\face.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\ic_default.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\note.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\online.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\pencil.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\plus.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\project.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\right.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\sackdollar.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\settings.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\wallet.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\yuan.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="..\..\Billing.Shared\Billing.Shared.projitems" Label="Shared" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
|
||||
|
@ -10,7 +10,6 @@ namespace Billing.Droid
|
||||
Icon = "@mipmap/icon",
|
||||
RoundIcon = "@mipmap/icon_round",
|
||||
Theme = "@style/MainTheme",
|
||||
MainLauncher = true,
|
||||
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize)]
|
||||
public class MainActivity : Xamarin.Forms.Platform.Android.FormsAppCompatActivity
|
||||
{
|
||||
@ -22,7 +21,8 @@ namespace Billing.Droid
|
||||
Xamarin.Forms.Forms.Init(this, savedInstanceState);
|
||||
LoadApplication(new App());
|
||||
}
|
||||
public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Android.Content.PM.Permission[] grantResults)
|
||||
|
||||
public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Permission[] grantResults)
|
||||
{
|
||||
Xamarin.Essentials.Platform.OnRequestPermissionsResult(requestCode, permissions, grantResults);
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="org.tsanie.billing" android:installLocation="auto">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="2" android:versionName="0.22.301" package="org.tsanie.billing" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="31" />
|
||||
<application android:label="Billing" android:theme="@style/MainTheme"></application>
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
2040
Billing/Billing.Android/Resources/Resource.designer.cs
generated
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 278 B |
Before Width: | Height: | Size: 895 B After Width: | Height: | Size: 895 B |
Before Width: | Height: | Size: 536 B After Width: | Height: | Size: 536 B |
Before Width: | Height: | Size: 735 B After Width: | Height: | Size: 735 B |
Before Width: | Height: | Size: 986 B |
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 481 B After Width: | Height: | Size: 481 B |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 580 B |
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 659 B |
Before Width: | Height: | Size: 454 B After Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 242 B |
BIN
Billing/Billing.Android/Resources/drawable-mdpi/online.png
Normal file
After Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 588 B After Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 518 B After Width: | Height: | Size: 518 B |
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 926 B |
Before Width: | Height: | Size: 679 B After Width: | Height: | Size: 679 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 688 B After Width: | Height: | Size: 688 B |
BIN
Billing/Billing.Android/Resources/drawable-mdpi/yuan.png
Normal file
After Width: | Height: | Size: 388 B |
BIN
Billing/Billing.Android/Resources/drawable-night/splash_logo.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 509 B After Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 563 B After Width: | Height: | Size: 563 B |
Before Width: | Height: | Size: 890 B After Width: | Height: | Size: 890 B |
Before Width: | Height: | Size: 1018 B After Width: | Height: | Size: 1018 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 969 B After Width: | Height: | Size: 969 B |
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
BIN
Billing/Billing.Android/Resources/drawable-xhdpi/online.png
Normal file
After Width: | Height: | Size: 962 B |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 893 B After Width: | Height: | Size: 893 B |
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 789 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
BIN
Billing/Billing.Android/Resources/drawable-xhdpi/yuan.png
Normal file
After Width: | Height: | Size: 634 B |
Before Width: | Height: | Size: 863 B After Width: | Height: | Size: 863 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 858 B After Width: | Height: | Size: 858 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 602 B After Width: | Height: | Size: 602 B |
BIN
Billing/Billing.Android/Resources/drawable-xxhdpi/online.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
BIN
Billing/Billing.Android/Resources/drawable-xxhdpi/yuan.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 420 B After Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 792 B After Width: | Height: | Size: 792 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 600 B |
Before Width: | Height: | Size: 931 B After Width: | Height: | Size: 931 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 795 B After Width: | Height: | Size: 795 B |
@ -0,0 +1,19 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<group android:scaleX="0.09023438"
|
||||
android:scaleY="0.09023438"
|
||||
android:translateX="30.9"
|
||||
android:translateY="30.9">
|
||||
<path
|
||||
android:pathData="M0.37,483.85l16.12,-67.359l79,79l-67.32,16.16c-1.36,0.236 -2.715,0.36 -4.143,0.36s-2.827,-0.124 -4.188,-0.36c-11.252,-1.983 -19.834,-11.797 -19.834,-23.614c0,-1.428 0.125,-2.827 0.364,-4.187zM412.3,210.78c2.163,2.171 3.501,5.168 3.501,8.472c0,3.318 -1.35,6.325 -3.531,8.498l-252.27,252.25l0,-64l-64,-0l0,-64l-64,-0l252.2,-252.22c2.193,-2.18 5.218,-3.527 8.552,-3.527c3.333,-0 6.354,1.348 8.548,3.527zM297.89,185.85c2.534,-2.534 4.1,-6.038 4.1,-9.901c0,-7.728 -6.274,-14.001 -14.001,-14.001c-3.864,-0 -7.364,1.568 -9.898,4.103l-154,154c-2.534,2.534 -4.099,6.038 -4.099,9.902c0,7.727 6.273,14.001 14.001,14.001c3.863,-0 7.363,-1.568 9.897,-4.104z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M96,352l0,64l64,-0l0,64l-64,16l-80,-80l16,-64l64,-0zM498,74.26c8.625,8.669 13.959,20.629 13.959,33.812c0,13.249 -5.388,25.249 -14.089,33.929l-46.101,46.1c-2.173,2.182 -5.182,3.531 -8.501,3.531s-6.325,-1.35 -8.499,-3.531l-111,-111c-2.181,-2.173 -3.531,-5.183 -3.531,-8.501c0,-3.319 1.351,-6.325 3.531,-8.499l46.101,-46.1c8.7,-8.673 20.714,-14.037 33.957,-14.037s25.242,5.364 33.942,14.037l60.12,60.15z"
|
||||
android:strokeAlpha="0.4"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillAlpha="0.4"/>
|
||||
</group>
|
||||
</vector>
|
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 395 B |
BIN
Billing/Billing.Android/Resources/drawable/online.png
Normal file
After Width: | Height: | Size: 822 B |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 734 B After Width: | Height: | Size: 734 B |
Before Width: | Height: | Size: 814 B After Width: | Height: | Size: 814 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
BIN
Billing/Billing.Android/Resources/drawable/splash_logo.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
12
Billing/Billing.Android/Resources/drawable/splash_screen.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<color android:color="@color/splash_background"/>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap
|
||||
android:src="@drawable/splash_logo"
|
||||
android:tileMode="disabled"
|
||||
android:gravity="center"/>
|
||||
</item>
|
||||
</layer-list>
|
Before Width: | Height: | Size: 1002 B After Width: | Height: | Size: 1002 B |
BIN
Billing/Billing.Android/Resources/drawable/yuan.png
Normal file
After Width: | Height: | Size: 663 B |
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/launcher_background" />
|
||||
<foreground android:drawable="@mipmap/launcher_foreground" />
|
||||
<background android:drawable="@color/icon_background"/>
|
||||
<foreground android:drawable="@drawable/icon_foreground"/>
|
||||
</adaptive-icon>
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/launcher_background" />
|
||||
<foreground android:drawable="@mipmap/launcher_foreground" />
|
||||
<background android:drawable="@color/icon_background"/>
|
||||
<foreground android:drawable="@drawable/icon_foreground"/>
|
||||
</adaptive-icon>
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 1.7 KiB |
BIN
Billing/Billing.Android/Resources/mipmap-hdpi/icon_round.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
Billing/Billing.Android/Resources/mipmap-mdpi/icon_round.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
Billing/Billing.Android/Resources/mipmap-xhdpi/icon_round.png
Normal file
After Width: | Height: | Size: 4.9 KiB |