Skip to content

Instantly share code, notes, and snippets.

@topgenorth
Created January 5, 2012 03:05
Show Gist options
  • Save topgenorth/1563519 to your computer and use it in GitHub Desktop.
Save topgenorth/1563519 to your computer and use it in GitHub Desktop.
M4A gist of resources in a sample file (with a Resource.Layout.main) now
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 4.0.30319.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
namespace ResourceSample1
{
public partial class Resource
{
public partial class Attribute
{
private Attribute()
{
}
}
public partial class Drawable
{
// aapt resource value: 0x7f020000
public const int flag200px = 2130837504;
// aapt resource value: 0x7f020001
public const int icon = 2130837505;
private Drawable()
{
}
}
public partial class Id
{
// aapt resource value: 0x7f050001
public const int imgFlag = 2131034113;
// aapt resource value: 0x7f050000
public const int lblHelloWorld = 2131034112;
private Id()
{
}
}
public partial class Layout
{
// aapt resource value: 0x7f030000
public const int main = 2130903040;
private Layout()
{
}
}
public partial class String
{
// aapt resource value: 0x7f040001
public const int ActivityLabel = 2130968577;
// aapt resource value: 0x7f040000
public const int Hello = 2130968576;
private String()
{
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment