diff options
author | Alan Viverette <alanv@google.com> | 2014-07-22 13:09:32 -0700 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2014-07-22 14:05:46 -0700 |
commit | b97326f067234d23af53c47911186d1a4945a39b (patch) | |
tree | 4a54237dfa2346a4e6a5640cc47e424dce8764eb /api | |
parent | 4df95758075d843089c460cacd1d746df6d7792a (diff) | |
download | frameworks_base-b97326f067234d23af53c47911186d1a4945a39b.zip frameworks_base-b97326f067234d23af53c47911186d1a4945a39b.tar.gz frameworks_base-b97326f067234d23af53c47911186d1a4945a39b.tar.bz2 |
Make toolbarStyle public
BUG: 16486273
Change-Id: I2a9f3dbac536307cdd87ea0c50801c80ae96cd94
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 0ca5639..37008e4 100644 --- a/api/current.txt +++ b/api/current.txt @@ -1308,6 +1308,7 @@ package android { field public static final int toXScale = 16843203; // 0x10101c3 field public static final int toYDelta = 16843209; // 0x10101c9 field public static final int toYScale = 16843205; // 0x10101c5 + field public static final int toolbarStyle = 16843952; // 0x10104b0 field public static final int top = 16843182; // 0x10101ae field public static final int topBright = 16842955; // 0x10100cb field public static final int topDark = 16842951; // 0x10100c7 |