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.
111 lines
2.1 KiB
111 lines
2.1 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", "1.0.0.0")]
|
|
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 Drawable
|
|
{
|
|
|
|
// aapt resource value: 0x7F010000
|
|
public const int Icon = 2130771968;
|
|
|
|
static Drawable()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Drawable()
|
|
{
|
|
}
|
|
}
|
|
|
|
public partial class Id
|
|
{
|
|
|
|
// aapt resource value: 0x7F020000
|
|
public const int MyButton = 2130837504;
|
|
|
|
static Id()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Id()
|
|
{
|
|
}
|
|
}
|
|
|
|
public partial class Layout
|
|
{
|
|
|
|
// aapt resource value: 0x7F030000
|
|
public const int Main = 2130903040;
|
|
|
|
static Layout()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Layout()
|
|
{
|
|
}
|
|
}
|
|
|
|
public partial class String
|
|
{
|
|
|
|
// aapt resource value: 0x7F040000
|
|
public const int ApplicationName = 2130968576;
|
|
|
|
// aapt resource value: 0x7F040001
|
|
public const int Hello = 2130968577;
|
|
|
|
static String()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private String()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#pragma warning restore 1591
|
|
|