diff options
author | Alan Viverette <alanv@google.com> | 2014-05-21 18:10:53 -0700 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2014-05-21 18:10:53 -0700 |
commit | 0a1c6f021be032f5aecb341c2794efb06c0a8a0d (patch) | |
tree | 82a605f2da8c3fcd0d1221b60445e9207e81bd10 /api | |
parent | c106c12e566d48e81a0ad0bf7ee614c50c6aef39 (diff) | |
download | frameworks_base-0a1c6f021be032f5aecb341c2794efb06c0a8a0d.zip frameworks_base-0a1c6f021be032f5aecb341c2794efb06c0a8a0d.tar.gz frameworks_base-0a1c6f021be032f5aecb341c2794efb06c0a8a0d.tar.bz2 |
Style and asset cleanup
Updates button drawable and colors, cleans up Quantum styles, updates
highlight attribute name and color, fixes popup backgrounds.
Also fixes GradientDrawable opacity check.
Change-Id: I75dd35e815a8a33ec9f0b16e881e774edfb8c092
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index b2fe641..9ab835b 100644 --- a/api/current.txt +++ b/api/current.txt @@ -390,8 +390,8 @@ package android { field public static final int colorBackground = 16842801; // 0x1010031 field public static final int colorBackgroundCacheHint = 16843435; // 0x10102ab field public static final int colorButtonNormal = 16843822; // 0x101042e - field public static final int colorButtonPressed = 16843823; // 0x101042f field public static final int colorControlActivated = 16843821; // 0x101042d + field public static final int colorControlHighlight = 16843823; // 0x101042f field public static final int colorControlNormal = 16843820; // 0x101042c field public static final int colorFocusedHighlight = 16843663; // 0x101038f field public static final int colorForeground = 16842800; // 0x1010030 |