summaryrefslogtreecommitdiffstats
path: root/libs/androidfw/tests/data/lib/R.h
blob: 13bf09528c90a2be419c903887eee3342cfe2214 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef __LIB_R_H
#define __LIB_R_H

namespace lib {
namespace R {

namespace attr {
    enum {
        attr1       = 0x02010000, // default
    };
}

namespace style {
    enum {
        Theme        = 0x02020000,  // default
    };
}

} // namespace R
} // namespace lib

#endif // __LIB_R_H