summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2014-05-30 16:19:16 -0700
committerAdam Powell <adamp@google.com>2014-05-30 16:19:16 -0700
commitebba5d4edd763b19124b715a0f084d2f00c84a47 (patch)
tree4cd6b7a6969094f4898ae33679729af2ce875eaa /api
parenteec8f0cbbba8cfe3de29fef4b2362af3817ea575 (diff)
downloadframeworks_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.txt2
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();
}