diff options
author | Adam Powell <adamp@google.com> | 2011-07-18 16:29:53 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-07-18 16:29:53 -0700 |
commit | c27cc947e42b1effb5f6d18e0d6a8a1055f271d9 (patch) | |
tree | 1621722afbee1e27c129185952208892f45dd645 /api | |
parent | 6dd005b48138708762bfade0081d031a2a4a3822 (diff) | |
parent | 00db5195abf32f4581386b3f0a32137432f795e1 (diff) | |
download | frameworks_base-c27cc947e42b1effb5f6d18e0d6a8a1055f271d9.zip frameworks_base-c27cc947e42b1effb5f6d18e0d6a8a1055f271d9.tar.gz frameworks_base-c27cc947e42b1effb5f6d18e0d6a8a1055f271d9.tar.bz2 |
Merge "Make the theme attribute actionModeStyle public."
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 8e5a6d2..e4a1bc6 100644 --- a/api/current.txt +++ b/api/current.txt @@ -207,6 +207,7 @@ package android { field public static final int actionModeCutDrawable = 16843537; // 0x1010311 field public static final int actionModePasteDrawable = 16843539; // 0x1010313 field public static final int actionModeSelectAllDrawable = 16843647; // 0x101037f + field public static final int actionModeStyle = 16843688; // 0x10103a8 field public static final int actionOverflowButtonStyle = 16843510; // 0x10102f6 field public static final int actionProviderClass = 16843677; // 0x101039d field public static final int actionViewClass = 16843516; // 0x10102fc |