ArcLayout


Лицензия

Лицензия

Группа

Группа

xyz.sahildave
Идентификатор

Идентификатор

arclayout
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

ArcLayout
ArcLayout
Ссылка на сайт

Ссылка на сайт

https://github.com/sahildave/ArcLayout
Система контроля версий

Система контроля версий

https://github.com/sahildave/ArcLayout

Скачать arclayout

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.android.support » appcompat-v7 jar 25.0.0

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.0