customizable
Here are 44 public repositories matching this topic...
-
Updated
Jan 18, 2020 - Java
-
Updated
Jul 29, 2019 - Java
-
Updated
Jan 28, 2020 - Java
-
Updated
Nov 28, 2017 - Java
-
Updated
Feb 14, 2020 - Java
-
Updated
Jun 11, 2019 - Java
-
Updated
Jun 8, 2020 - Java
-
Updated
Nov 27, 2019 - Java
-
Updated
Jun 29, 2019 - Java
Tutorial activity
The launcher has some specific features like switching categories by swipe on the spinner. That's why it needs an explanation on how to use it. The question is how to make the explanation understandable, nice-looking and lightweight.
-
Updated
Jun 17, 2020 - Java
-
Updated
Jun 6, 2020 - Java
Credits to @agrosner for reporting this.
Currently, the value 0 (the standard 'disabled' value for an integer flag) is accepted by CutoutViewIndicator::setOffsetHints(int). Passing that to the function prevents any sort of offset in CutoutImageCell from working, which in turn prevents the indicator from...well, indicating anything.
To make this more transparent, and simpler for new use
-
Updated
Mar 22, 2020 - Java
-
Updated
Nov 29, 2019 - Java
-
Updated
Nov 12, 2017 - Java
-
Updated
Jan 21, 2020 - Java
-
Updated
Sep 29, 2017 - Java
-
Updated
Sep 30, 2018 - Java
-
Updated
May 14, 2018 - Java
-
Updated
Jul 12, 2018 - Java
-
Updated
Mar 10, 2020 - Java
-
Updated
May 2, 2019 - Java
-
Updated
Apr 13, 2020 - Java
-
Updated
Feb 23, 2018 - Java
Improve this page
Add a description, image, and links to the customizable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the customizable topic, visit your repo's landing page and select "manage topics."
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 to `setTooltipTe