diff options
author | Adam Powell <adamp@google.com> | 2014-08-18 19:09:27 -0700 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2014-08-19 11:11:42 -0700 |
commit | 2c818ca0a529f872d8f8a42f4c922bbdf9606ebc (patch) | |
tree | 0c42aabf06f7a2f8b34621d268ca3e526a15fbcf /api | |
parent | a66c40bf6e0fb79ead6d8a9fc29c5671fa7b1206 (diff) | |
download | frameworks_base-2c818ca0a529f872d8f8a42f4c922bbdf9606ebc.zip frameworks_base-2c818ca0a529f872d8f8a42f4c922bbdf9606ebc.tar.gz frameworks_base-2c818ca0a529f872d8f8a42f4c922bbdf9606ebc.tar.bz2 |
Make Toolbars (and Toolbar-based ActionBars) have constant text size
Bug 16397655
Change-Id: I908feb1c0a44e4d6061ed49a81c326c841bb2e7c
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index fd7c053..1519eb16 100644 --- a/api/current.txt +++ b/api/current.txt @@ -2047,6 +2047,8 @@ package android { field public static final int TextAppearance_Material_Widget_TextView = 16974381; // 0x103022d field public static final int TextAppearance_Material_Widget_TextView_PopupMenu = 16974382; // 0x103022e field public static final int TextAppearance_Material_Widget_TextView_SpinnerItem = 16974383; // 0x103022f + field public static final int TextAppearance_Material_Widget_Toolbar_Subtitle = 16974569; // 0x10302e9 + field public static final int TextAppearance_Material_Widget_Toolbar_Title = 16974568; // 0x10302e8 field public static final int TextAppearance_Material_WindowTitle = 16974361; // 0x1030219 field public static final int TextAppearance_Medium = 16973892; // 0x1030044 field public static final int TextAppearance_Medium_Inverse = 16973893; // 0x1030045 |