GreyTouchImageView

Additional

Language
Java
Version
1.0 (Mar 26, 2017)
Created
Mar 26, 2017
Updated
Mar 31, 2017 (Retired)
Owner
Aditya Ladwa (adityaladwa)
Contributor
Aditya Ladwa (adityaladwa)
1
Activity
Badge
Generate
Download
Source code

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.