csharpc-sharpdotnetxamlavaloniauicross-platformcross-platform-xamlavaloniaguimulti-platformuser-interfacedotnetcore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
2.0 KiB
101 lines
2.0 KiB
#pragma warning disable 1591
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
[assembly: global::Android.Runtime.ResourceDesignerAttribute("ControlCatalog.Android.Resource", IsApplication=true)]
|
|
|
|
namespace ControlCatalog.Android
|
|
{
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "12.0.99.19")]
|
|
public partial class Resource
|
|
{
|
|
|
|
static Resource()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
public static void UpdateIdValues()
|
|
{
|
|
}
|
|
|
|
public partial class Attribute
|
|
{
|
|
|
|
static Attribute()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Attribute()
|
|
{
|
|
}
|
|
}
|
|
|
|
public partial class Color
|
|
{
|
|
|
|
// aapt resource value: 0x7F010000
|
|
public const int splash_background = 2130771968;
|
|
|
|
static Color()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Color()
|
|
{
|
|
}
|
|
}
|
|
|
|
public partial class Drawable
|
|
{
|
|
|
|
// aapt resource value: 0x7F020000
|
|
public const int Icon = 2130837504;
|
|
|
|
// aapt resource value: 0x7F020001
|
|
public const int splash_screen = 2130837505;
|
|
|
|
static Drawable()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Drawable()
|
|
{
|
|
}
|
|
}
|
|
|
|
public partial class Style
|
|
{
|
|
|
|
// aapt resource value: 0x7F030000
|
|
public const int MyTheme = 2130903040;
|
|
|
|
// aapt resource value: 0x7F030001
|
|
public const int MyTheme_NoActionBar = 2130903041;
|
|
|
|
// aapt resource value: 0x7F030002
|
|
public const int MyTheme_Splash = 2130903042;
|
|
|
|
static Style()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Style()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#pragma warning restore 1591
|
|
|