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.
194 lines
3.9 KiB
194 lines
3.9 KiB
#pragma warning disable 1591
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:4.0.30319.42000
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
[assembly: global::Android.Runtime.ResourceDesignerAttribute("Demo.Droid.Resource", IsApplication=true)]
|
|
|
|
namespace Demo.Droid
|
|
{
|
|
|
|
|
|
[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 Color
|
|
{
|
|
|
|
// aapt resource value: 0x7F010000
|
|
public const int colorAccent = 2130771968;
|
|
|
|
// aapt resource value: 0x7F010001
|
|
public const int colorPrimary = 2130771969;
|
|
|
|
// aapt resource value: 0x7F010002
|
|
public const int colorPrimaryDark = 2130771970;
|
|
|
|
// aapt resource value: 0x7F010003
|
|
public const int launcher_background = 2130771971;
|
|
|
|
// aapt resource value: 0x7F010004
|
|
public const int splash_background = 2130771972;
|
|
|
|
static Color()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Color()
|
|
{
|
|
}
|
|
}
|
|
|
|
public partial class Drawable
|
|
{
|
|
|
|
// aapt resource value: 0x7F020000
|
|
public const int splash = 2130837504;
|
|
|
|
// aapt resource value: 0x7F020001
|
|
public const int splash_screen = 2130837505;
|
|
|
|
static Drawable()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Drawable()
|
|
{
|
|
}
|
|
}
|
|
|
|
public partial class Id
|
|
{
|
|
|
|
// aapt resource value: 0x7F030000
|
|
public const int sliding_tabs = 2130903040;
|
|
|
|
// aapt resource value: 0x7F030001
|
|
public const int toolbar = 2130903041;
|
|
|
|
static Id()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Id()
|
|
{
|
|
}
|
|
}
|
|
|
|
public partial class Layout
|
|
{
|
|
|
|
// aapt resource value: 0x7F040000
|
|
public const int Tabbar = 2130968576;
|
|
|
|
// aapt resource value: 0x7F040001
|
|
public const int Toolbar = 2130968577;
|
|
|
|
static Layout()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Layout()
|
|
{
|
|
}
|
|
}
|
|
|
|
public partial class Mipmap
|
|
{
|
|
|
|
// aapt resource value: 0x7F050000
|
|
public const int icon = 2131034112;
|
|
|
|
// aapt resource value: 0x7F050001
|
|
public const int icon_round = 2131034113;
|
|
|
|
// aapt resource value: 0x7F050002
|
|
public const int launcher_foreground = 2131034114;
|
|
|
|
static Mipmap()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Mipmap()
|
|
{
|
|
}
|
|
}
|
|
|
|
public partial class String
|
|
{
|
|
|
|
// aapt resource value: 0x7F060000
|
|
public const int app_name = 2131099648;
|
|
|
|
static String()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private String()
|
|
{
|
|
}
|
|
}
|
|
|
|
public partial class Style
|
|
{
|
|
|
|
// aapt resource value: 0x7F070000
|
|
public const int AppCompatDialogStyle = 2131165184;
|
|
|
|
// aapt resource value: 0x7F070001
|
|
public const int MainTheme = 2131165185;
|
|
|
|
// aapt resource value: 0x7F070002
|
|
public const int MainTheme_Base = 2131165186;
|
|
|
|
// aapt resource value: 0x7F070003
|
|
public const int MyTheme_Splash = 2131165187;
|
|
|
|
static Style()
|
|
{
|
|
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
|
}
|
|
|
|
private Style()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#pragma warning restore 1591
|