ArcLayout


License

License

GroupId

GroupId

xyz.sahildave
ArtifactId

ArtifactId

arclayout
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

ArcLayout
ArcLayout
Project URL

Project URL

https://github.com/sahildave/ArcLayout
Source Code Management

Source Code Management

https://github.com/sahildave/ArcLayout

Download arclayout

How to add to project

<!-- https://jarcasting.com/artifacts/xyz.sahildave/arclayout/ -->
<dependency>
    <groupId>xyz.sahildave</groupId>
    <artifactId>arclayout</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.sahildave/arclayout/
implementation 'xyz.sahildave:arclayout:1.0.0'
// https://jarcasting.com/artifacts/xyz.sahildave/arclayout/
implementation ("xyz.sahildave:arclayout:1.0.0")
'xyz.sahildave:arclayout:aar:1.0.0'
<dependency org="xyz.sahildave" name="arclayout" rev="1.0.0">
  <artifact name="arclayout" type="aar" />
</dependency>
@Grapes(
@Grab(group='xyz.sahildave', module='arclayout', version='1.0.0')
)
libraryDependencies += "xyz.sahildave" % "arclayout" % "1.0.0"
[xyz.sahildave/arclayout "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » appcompat-v7 jar 25.0.0

Project Modules

There are no modules declared in this project.

ArcLayout

Arc Layout is a view group with which you can add a arc-shaped container in your layout. Two main variables are the direction and the curvature of the arc. Check the example below.

Usage

    compile 'xyz.sahildave:arclayout:1.0.0'
<xyz.sahildave.arclayout.ArcLayout
    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/arc_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:arc_cropCurve="cropConvex|cropConcave"
    app:arc_height="48dp"
    app:arc_position="top|bottom">

         <!-- YOUR CONTENT -->

</xyz.sahildave.arclayout.ArcLayout>

Sample

#Inspirations

Forked from

ArcLayout by Florent37

Cinema Application by Zsolt Szilvai

The new Star Wars movie is coming soon, so I decided to design this cinema app screen with one of the Rogue One posters. Also, I tried something new: notice, that the white rectangle on the bottom is bended, which makes the design a bit more lively. The app bar has a reduced opacity and the image behind it is blurred to get a unique look. I'd appreciate any feedback.

https://material.uplabs.com/posts/cinema-application-interface

screen

License

Copyright 2016 Sahil Dave, Inc.

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.

Versions

Version
1.0.0