rajasharan / MultiTouchLayout

because its fun!!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android MultiTouch Layout

because its fun!!!

Demo

Usage

<com.rajasharan.layout.MultiTouchLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/touch"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:enableTouches="true"
    app:randomizeColors="true"
    tools:context=".MainActivity"
    >

    <WebView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/webview"
        />

</com.rajasharan.layout.MultiTouchLayout>

License

The MIT License (MIT)

About

because its fun!!!

License:MIT License


Languages

Language:Java 100.0%