Make Tab#getCustomView() public
BUG: 21989932
Change-Id: Iee65d3b3f4ca344d54a5631ab214582e7e74f61e
diff --git a/design/api/current.txt b/design/api/current.txt
index 0e638cf..5ac4b7c 100644
--- a/design/api/current.txt
+++ b/design/api/current.txt
@@ -306,6 +306,7 @@
public static final class TabLayout.Tab {
method public java.lang.CharSequence getContentDescription();
+ method public android.view.View getCustomView();
method public android.graphics.drawable.Drawable getIcon();
method public int getPosition();
method public java.lang.Object getTag();