diff options
author | Adam Powell <adamp@google.com> | 2014-05-30 16:19:16 -0700 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2014-05-30 16:19:16 -0700 |
commit | ebba5d4edd763b19124b715a0f084d2f00c84a47 (patch) | |
tree | 4cd6b7a6969094f4898ae33679729af2ce875eaa /api | |
parent | eec8f0cbbba8cfe3de29fef4b2362af3817ea575 (diff) | |
download | frameworks_base-ebba5d4edd763b19124b715a0f084d2f00c84a47.zip frameworks_base-ebba5d4edd763b19124b715a0f084d2f00c84a47.tar.gz frameworks_base-ebba5d4edd763b19124b715a0f084d2f00c84a47.tar.bz2 |
Fix action bar title TextAppearance usage for Toolbar decor
Pass through the appropriate action bar styles for title/subtitle
TextAppearance.
Bug 15345937
Change-Id: I93c648cf60b4a63498d127dbd6eac2c1fae33aa7
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 3c95508..ae02604 100644 --- a/api/current.txt +++ b/api/current.txt @@ -37710,8 +37710,10 @@ package android.widget { method public void setOnMenuItemClickListener(android.widget.Toolbar.OnMenuItemClickListener); method public void setSubtitle(int); method public void setSubtitle(java.lang.CharSequence); + method public void setSubtitleTextAppearance(android.content.Context, int); method public void setTitle(int); method public void setTitle(java.lang.CharSequence); + method public void setTitleTextAppearance(android.content.Context, int); method public boolean showOverflowMenu(); } |