Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florent37/ArcLayout
With Arc Layout explore new styles and approaches on material design
https://github.com/florent37/ArcLayout
android arc arclayout cinema crop custom design kenburns layout material shadow ui view
Last synced: about 1 month ago
JSON representation
With Arc Layout explore new styles and approaches on material design
- Host: GitHub
- URL: https://github.com/florent37/ArcLayout
- Owner: florent37
- License: apache-2.0
- Archived: true
- Created: 2016-11-18T14:41:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T23:54:12.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T01:45:50.544Z (about 1 month ago)
- Topics: android, arc, arclayout, cinema, crop, custom, design, kenburns, layout, material, shadow, ui, view
- Language: Java
- Homepage:
- Size: 19.7 MB
- Stars: 1,637
- Watchers: 36
- Forks: 239
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - ArcLayout - 使用ArcLayout探索新的MD风格的样式和方法 (布局)
README
# ArcLayout
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ArcLayout-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/4694)
With Arc Layout explore new styles and approaches on material design
[![screen](https://raw.githubusercontent.com/florent37/ArcLayout/master/media/video1.gif)](https://www.github.com/florent37/ArcLayout)
# Usage
```xml
```
# Sample
## Crop Outside
```xml
```[![screen](https://raw.githubusercontent.com/florent37/ArcLayout/master/media/outside_small.png)](https://www.github.com/florent37/ArcLayout)
## Crop Inside
```xml
```[![screen](https://raw.githubusercontent.com/florent37/ArcLayout/master/media/inside_small.png)](https://www.github.com/florent37/ArcLayout)
# KenBurns
Using [https://github.com/flavioarfaria/KenBurnsView](https://github.com/flavioarfaria/KenBurnsView)
[![screen](https://raw.githubusercontent.com/florent37/ArcLayout/master/media/video1.gif)](https://www.github.com/florent37/ArcLayout)
```xml
...
```
# Download
In your module [![Download](https://api.bintray.com/packages/florent37/maven/ArcLayout/images/download.svg)](https://bintray.com/florent37/maven/ArcLayout/_latestVersion)
```groovy
compile 'com.github.florent37:arclayout:1.0.3'
```# Inspirations
**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](https://material.uplabs.com/posts/cinema-application-interface)
[![screen](https://raw.githubusercontent.com/florent37/ArcLayout/master/media/materialup.png)](https://material.uplabs.com/posts/cinema-application-interface)
# Credits
Author: Florent Champigny
Fiches Plateau Moto : [https://www.fiches-plateau-moto.fr/](https://www.fiches-plateau-moto.fr/)
License
--------Copyright 2016 florent37, 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 athttp://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.