All Projects → Devlight → Cutintolayout

Devlight / Cutintolayout

Licence: apache-2.0
CutIntoLayout allows you to erase the background.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Cutintolayout

Shadowlayout
This library allows you to create a shadow effect for your layout based on your child.
Stars: ✭ 553 (+221.51%)
Mutual labels:  library, layout
Tinyconstraints
Nothing but sugar.
Stars: ✭ 3,721 (+2063.37%)
Mutual labels:  library, layout
Bouncylayout
Make. It. Bounce.
Stars: ✭ 4,035 (+2245.93%)
Mutual labels:  library, layout
Greedo Layout For Ios
Full aspect ratio grid layout for iOS
Stars: ✭ 837 (+386.63%)
Mutual labels:  library, layout
Androidlibs
🔥正在成为史上最全分类 Android 开源大全~~~~(长期更新 Star 一下吧)
Stars: ✭ 7,148 (+4055.81%)
Mutual labels:  library, layout
Easygrid
EasyGrid - VanillaJS Responsive Grid
Stars: ✭ 77 (-55.23%)
Mutual labels:  library, layout
Duo Navigation Drawer
A flexible, easy to use, unique drawer library for your Android project.
Stars: ✭ 986 (+473.26%)
Mutual labels:  library, layout
Swipelayout
A library what allows you to execute a swipe for the android platform
Stars: ✭ 150 (-12.79%)
Mutual labels:  library, layout
Adic
Lightweight dependency injection container for Unity
Stars: ✭ 168 (-2.33%)
Mutual labels:  library
Mctrl
C library providing set of additional user interface controls for Windows, intended to be complementary to standard Win32API controls from USER32.DLL and COMCTL32.DLL.
Stars: ✭ 169 (-1.74%)
Mutual labels:  library
Showroom
Stars: ✭ 168 (-2.33%)
Mutual labels:  library
Ng Aquila
Angular UI Component library for the Open Insurance Platform
Stars: ✭ 170 (-1.16%)
Mutual labels:  library
Libgrape Lite
🍇 A C++ library for parallel graph processing 🍇
Stars: ✭ 169 (-1.74%)
Mutual labels:  library
Gooi
LÖVE GUI Library
Stars: ✭ 168 (-2.33%)
Mutual labels:  library
Expanding Collection Android
ExpandingCollection is a material design card peek/pop controller. Android UI Library made by @Ramotion
Stars: ✭ 2,032 (+1081.4%)
Mutual labels:  library
Mirrordiffkit
Graduation from messy XCTAssertEqual messages.
Stars: ✭ 168 (-2.33%)
Mutual labels:  library
Focusoverlay
Library for creating animated overlays on focused elements
Stars: ✭ 167 (-2.91%)
Mutual labels:  library
Json Api
Implementation of JSON API in PHP 7
Stars: ✭ 171 (-0.58%)
Mutual labels:  library
Dragview
Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube New graphic component.
Stars: ✭ 171 (-0.58%)
Mutual labels:  library
Furl
🌐 URL parsing and manipulation made easy.
Stars: ✭ 2,152 (+1151.16%)
Mutual labels:  library

Devlight


CutIntoLayout

CutIntoLayout allows you to create clear effect on your background.

Android Arsenal       Android       Download       License       Codacy


You can check the sample app here.

Warn

This library is not more supported. 
If you want to add new feature or fix a bug, grab source code and do it. 
If you think your fix or feature would be useful to other developers, 
I can add link of your repository to this README file. 
Thank you for using our libraries.

Download

You can download a .aar from GitHub's releases page.

Or Gradle:

compile 'devlight.io:cutintolayout:1.0.2'

Or Maven:

<dependency>
  <groupId>devlight.io</groupId>
  <artifactId>cutintolayout</artifactId>
  <version>1.0.2</version>
  <type>pom</type>
</dependency>

Or Ivy:

<dependency org='devlight.io' name='cutintolayout' rev='1.0.2'>
  <artifact name='$AID' ext='pom'></artifact>
</dependency>

Android SDK Version

CutIntoLayout requires a minimum SDK version of 11.

Sample

CutIntoLayout must have child. Only one child.
You can put any view into layout.

XML init:

<com.gigamole.cutintolayout.lib.CutIntoLayout
    android:id="@+id/cut_into_layout"
    android:layout_width="200dp"
    android:layout_height="200dp"
    android:layout_gravity="center"
    app:cil_mask="@drawable/sample_bg">

    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:gravity="center"
        android:text="@string/sample_title"
        android:textColor="@color/white" />

</com.gigamole.cutintolayout.lib.CutIntoLayout>

Getting Help

To report a specific problem or feature request, open a new issue on Github.

Author

Created by Basil Miller - @gigamole

Company

Facebook     Twitter     LinkedIn

Here you can see open source work developed by Devlight LLC.
This and another works is an exclusive property of Devlight LLC.

If you want to use this library in applications which will be available on Google Play, please report us or author of the library about it.

Whether you're searching for a new partner or trusted team for creating your new great product we are always ready to start work with you.

You can contact us: [email protected] or [email protected].
Thanks in advance.

Devlight LLC, 2016
devlight.io

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].