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

namespace android {
namespace R {

namespace attr {
    enum {
        background  = 0x01010000, // default
        foreground  = 0x01010001, // default
    };
}

namespace style {
    enum {
        Theme_One      = 0x01020000,   // default
    };
}

} // namespace R
} // namespace android

#endif // __ANDROID_R_H