Skip to content

Instantly share code, notes, and snippets.

View zenyagami's full-sized avatar

Zen Kun zenyagami

  • Berlin
View GitHub Profile
@markushi
markushi / MyActivity.java
Last active May 3, 2020 22:50
Reveal Color View Demo
package at.markushi.reveal;
import android.app.Activity;
import android.graphics.Color;
import android.graphics.Point;
import android.os.Bundle;
import android.view.View;
import at.markushi.ui.RevealColorView;