diff options
Diffstat (limited to 'api/cm_current.txt')
-rw-r--r-- | api/cm_current.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/api/cm_current.txt b/api/cm_current.txt index a93f52f..5a57e67 100644 --- a/api/cm_current.txt +++ b/api/cm_current.txt @@ -742,14 +742,30 @@ package cyanogenmod.platform { ctor public R.bool(); } + public static final class R.color { + ctor public R.color(); + } + + public static final class R.dimen { + ctor public R.dimen(); + } + public static final class R.drawable { ctor public R.drawable(); } + public static final class R.id { + ctor public R.id(); + } + public static final class R.integer { ctor public R.integer(); } + public static final class R.layout { + ctor public R.layout(); + } + public static final class R.string { ctor public R.string(); } |