You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like reddit does, is there a possibility to show tooltip on long press of navigation tab item? Our use case is not to show labels every time because it looks redundant for old users.
So, from android documentation i could see that it can be set through xml as android:tooltipText="ToolTip" and from code it can be set as view.setTooltipText("ToolTip");. I don't understand how to setTooltipText for each tab view.
Like reddit does, is there a possibility to show tooltip on long press of navigation tab item? Our use case is not to show labels every time because it looks redundant for old users.
So, from android documentation i could see that it can be set through xml as
android:tooltipText="ToolTip"
and from code it can be set asview.setTooltipText("ToolTip");
. I don't understand how tosetTooltipText
for each tab view.Here is the ToolTip official documentation.
Here is the snapshot from reddit.
Please help me asap.
The text was updated successfully, but these errors were encountered: