# ArcLayout **Repository Path**: DYKZ/ArcLayout ## Basic Information - **Project Name**: ArcLayout - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ArcLayout [![Maven Central][maven_central_badge_svg]][maven_central_badge_app] [![Android Arsenal][android_arsenal_badge_svg]][android_arsenal_badge_link] ![icon][demo_icon] A very simple arc layout library for Android. ![Arc Layout Demo1][demo1_gif] ![Arc Layout Demo2][demo2_gif] Try out the sample application on the Play Store. [![Get it on Google Play][googleplay_store_badge]][demo_app] # Usage _(For a working implementation of this project see the demo/ folder.)_ Add the dependency to your build.gradle. ``` dependencies { compile 'com.ogaclejapan.arclayout:library:1.1.0@aar' } ``` Include the ArcLayout widget in your layout. ```xml