Created
January 5, 2012 02:39
-
-
Save topgenorth/1563438 to your computer and use it in GitHub Desktop.
M4A gist of resources in a sample file...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ------------------------------------------------------------------------------ | |
// <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