diff options
author | Adam Powell <adamp@google.com> | 2011-07-18 16:28:55 -0700 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2011-07-18 16:28:55 -0700 |
commit | 00db5195abf32f4581386b3f0a32137432f795e1 (patch) | |
tree | fbcbf5b431df03ab446ed9074612a2abe574e0bc /api/current.txt | |
parent | c79c0792a442e049726036682596664424fa1776 (diff) | |
download | frameworks_base-00db5195abf32f4581386b3f0a32137432f795e1.zip frameworks_base-00db5195abf32f4581386b3f0a32137432f795e1.tar.gz frameworks_base-00db5195abf32f4581386b3f0a32137432f795e1.tar.bz2 |
Make the theme attribute actionModeStyle public.
Change-Id: I53cd5e88dbd9df83c3e171277ce4a4da5faf8a8c
Diffstat (limited to 'api/current.txt')
-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 a1e55bd..43c9d7f 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 |