mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
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.
63 lines
1.1 KiB
63 lines
1.1 KiB
namespace HelloworldXamarin.Droid.Resources |
|
{ |
|
|
|
|
|
public partial class Resource |
|
{ |
|
|
|
public partial class Attribute |
|
{ |
|
|
|
private Attribute() |
|
{ |
|
} |
|
} |
|
|
|
public partial class Drawable |
|
{ |
|
|
|
// aapt resource value: 0x7f020000 |
|
public const int icon = 2130837504; |
|
|
|
private Drawable() |
|
{ |
|
} |
|
} |
|
|
|
public partial class Layout |
|
{ |
|
|
|
// aapt resource value: 0x7f030000 |
|
public const int Main = 2130903040; |
|
|
|
private Layout() |
|
{ |
|
} |
|
} |
|
|
|
public partial class String |
|
{ |
|
|
|
// aapt resource value: 0x7f040000 |
|
public const int hello = 2130968576; |
|
|
|
// aapt resource value: 0x7f040001 |
|
public const int app_name = 2130968577; |
|
|
|
private String() |
|
{ |
|
} |
|
} |
|
|
|
public partial class Id |
|
{ |
|
|
|
// aapt resource value: 0x7f050000 |
|
public const int myButton = 2131034112; |
|
|
|
private Id() |
|
{ |
|
} |
|
} |
|
} |
|
}
|
|
|