summaryrefslogtreecommitdiffstats
path: root/libs/androidfw/tests/data/app/R.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/androidfw/tests/data/app/R.h')
-rw-r--r--libs/androidfw/tests/data/app/R.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/androidfw/tests/data/app/R.h b/libs/androidfw/tests/data/app/R.h
index 23e68e3..dfae98e 100644
--- a/libs/androidfw/tests/data/app/R.h
+++ b/libs/androidfw/tests/data/app/R.h
@@ -29,6 +29,15 @@ namespace attr {
namespace style {
enum {
Theme_One = 0x7f020000, // default
+ Theme_Two = 0x7f020001, // default
+ Theme_Three = 0x7f020002, // default
+ Theme_Four = 0x7f020003, // default
+ };
+}
+
+namespace color {
+ enum {
+ app_color = 0x7f030000, // default
};
}