GitHunt
AD

adityaladwa/GreyTouchImageView

A custom view that adds grey-scale filter to image on touch

Release
android min api
GitHub forks
GitHub stars
GitHub issues
Android Arsenal

Setup

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

Step 2. Add the dependency in your module's gradle file

dependencies {
	compile 'com.github.LadwaAditya:GreyTouchImageView:1.0'
}

Usage

<com.ladwa.aditya.greytouchimageview.GreyTouchImageView
        android:id="@+id/img_grey"
        android:layout_width="match_parent"
        android:layout_height="100dp"
        android:src="@mipmap/ic_launcher"/>

Licence

Copyright 2016 Aditya Ladwa

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Contributors

Latest Release

1.0March 26, 2017
Created March 26, 2017
Updated January 2, 2025