Popularity
5.4
Stable
Activity
0.0
Stable
487
40
88

Programming language: Java
License: MIT License
Tags: Other Widget    

tooltip-view alternatives and similar packages

Based on the "Other Widget" category.
Alternatively, view tooltip-view alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tooltip-view or a related project?

Add another 'Other Widget' Package

README

TooltipView

A dead simple way to to add tooltips to your Android app.

<com.venmo.view.TooltipView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignLeft="@+id/anchored_view"
        android:layout_alignRight="@id/anchored_view"
        android:padding="8dp"
        android:gravity="center_horizontal"
        android:text="Your text here!"
        app:tooltipColor="#66009900"
        app:anchoredView="@id/anchored_view" />

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

Download

compile 'com.venmo.view.tooltip:tooltip:0.1.2@aar'

TODO

  • tooltips on the sides of the bubble