summaryrefslogtreecommitdiffstats
path: root/libs/androidfw/tests/data/app/R.h
blob: 780a11610ef54c10ac849cb59e08d7459b03a07d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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