mirror of
https://github.com/osukey/osukey.git
synced 2025-06-04 12:27:29 +09:00
93 lines
2.0 KiB
C#
93 lines
2.0 KiB
C#
#pragma warning disable 1591
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
[assembly: global::Android.Runtime.ResourceDesignerAttribute("osu.Android.Resource", IsApplication=true)]
|
|
|
|
namespace osu.Android
|
|
{
|
|
|
|
|
|
[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 Color
|
|
{
|
|
|
|
// aapt resource value: 0x7f030002
|
|
public const int colorAccent = 2130903042;
|
|
|
|
// aapt resource value: 0x7f030000
|
|
public const int colorPrimary = 2130903040;
|
|
|
|
// aapt resource value: 0x7f030001
|
|
public const int colorPrimaryDark = 2130903041;
|
|
|
|
// aapt resource value: 0x7f030003
|
|
public const int ic_launcher_background = 2130903043;
|
|
|
|
static Color()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Color()
|
|
{
|
|
}
|
|
}
|
|
|
|
public partial class Mipmap
|
|
{
|
|
|
|
// aapt resource value: 0x7f020000
|
|
public const int ic_launcher = 2130837504;
|
|
|
|
// aapt resource value: 0x7f020001
|
|
public const int ic_launcher_foreground = 2130837505;
|
|
|
|
// aapt resource value: 0x7f020002
|
|
public const int ic_launcher_round = 2130837506;
|
|
|
|
static Mipmap()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Mipmap()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#pragma warning restore 1591
|