Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 524 Bytes

File metadata and controls

32 lines (20 loc) · 524 Bytes

This repository is WIP

This might break ripple effects.

Rounded Activity - An activity decorator

A decorator that rounds corners of activities.
This library is for Android projects.

Installation

Example for Gradle:

compile 'ro.tsuku:roundedactivity:0.0.3@aar'

Usage

Simply call RoundHelper.round in onCreate of each activity.

RoundHelper.round(activity);