Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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