diff options
Diffstat (limited to 'libs/androidfw/tests/data/app/R.h')
| -rw-r--r-- | libs/androidfw/tests/data/app/R.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libs/androidfw/tests/data/app/R.h b/libs/androidfw/tests/data/app/R.h new file mode 100644 index 0000000..780a116 --- /dev/null +++ b/libs/androidfw/tests/data/app/R.h @@ -0,0 +1,22 @@ +#ifndef __APP_R_H +#define __APP_R_H + +namespace app { +namespace R { + +namespace attr { + enum { + number = 0x7f010000, // default + }; +} + +namespace style { + enum { + Theme_One = 0x7f020000, // default + }; +} + +} // namespace R +} // namespace app + +#endif // __APP_R_H |
