All Projects → abdularis → TapHoldUpButton

abdularis / TapHoldUpButton

Licence: other
Tap to do something, Hold to do another thing Button for android

Programming Languages

java
68154 projects - #9 most used programming language

TapHoldUpButton

Tap on it, Hold on it, it's easier to show you the preview.

Preview

Usage

Add repository

allprojects {
    repositories {
        ...
        maven {
            url 'https://jitpack.io'
        }
    }
}

Add dependency

dependencies {
    implementation 'com.github.abdularis:TapHoldUpButton:0.1.2'
}
<com.aar.tapholdupbutton.TapHoldUpButton
        android:layout_width="76dp"
        android:layout_height="76dp"
        app:thub_ringStrokeWidth="2dp"
        app:thub_ringColor="#DDDDDD"
        app:thub_circleColor="#DDDDDD"
        app:thub_circleGap="3dp"
        app:thub_circleColorOhHold="#FA1A1A"/>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].