Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/venmo/tooltip-view
Dead simple Android Tooltip Views
https://github.com/venmo/tooltip-view
Last synced: 3 months ago
JSON representation
Dead simple Android Tooltip Views
- Host: GitHub
- URL: https://github.com/venmo/tooltip-view
- Owner: venmo
- License: mit
- Created: 2014-09-17T23:27:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T03:02:09.000Z (over 6 years ago)
- Last Synced: 2024-06-28T11:36:17.371Z (5 months ago)
- Language: Java
- Size: 176 KB
- Stars: 486
- Watchers: 39
- Forks: 88
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-android-ui - https://github.com/venmo/tooltip-view
- awesome-android-ui - https://github.com/venmo/tooltip-view
README
# TooltipView
A dead simple way to to add tooltips to your Android app.
```xml
```
Here are the attribute options:
```
app:tooltipColor="#66009900"
app:anchoredView="@id/anchored_view"
app:arrowWidth="120dp"
app:arrowHeight="120dp"
app:cornerRadius="16dp"
app:arrowAlignmentOffset="32dp"
app:arrowAlignment="end"
app:arrowLocation="top"
```Screenshot:
![https://raw.githubusercontent.com/venmo/tooltip-view/master/sample.png](https://raw.githubusercontent.com/venmo/tooltip-view/master/sample.png)# Download
```groovy
compile 'com.venmo.view.tooltip:tooltip:0.1.2@aar'
```## TODO
- tooltips on the sides of the bubble