{"id":13643109,"url":"https://github.com/florent37/ArcLayout","last_synced_at":"2025-04-20T21:33:04.291Z","repository":{"id":55562341,"uuid":"74137778","full_name":"florent37/ArcLayout","owner":"florent37","description":"With Arc Layout explore new styles and approaches on material design","archived":true,"fork":false,"pushed_at":"2020-12-21T23:54:12.000Z","size":20662,"stargazers_count":1637,"open_issues_count":1,"forks_count":238,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-04-13T21:05:08.961Z","etag":null,"topics":["android","arc","arclayout","cinema","crop","custom","design","kenburns","layout","material","shadow","ui","view"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/florent37.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"ko_fi":"FlorentChampigny","github":"florent37"}},"created_at":"2016-11-18T14:41:06.000Z","updated_at":"2025-03-13T09:14:04.000Z","dependencies_parsed_at":"2022-08-15T03:11:08.590Z","dependency_job_id":null,"html_url":"https://github.com/florent37/ArcLayout","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FArcLayout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FArcLayout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FArcLayout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FArcLayout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/florent37","download_url":"https://codeload.github.com/florent37/ArcLayout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249965565,"owners_count":21352925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","arc","arclayout","cinema","crop","custom","design","kenburns","layout","material","shadow","ui","view"],"created_at":"2024-08-02T01:01:41.828Z","updated_at":"2025-04-20T21:33:00.724Z","avatar_url":"https://github.com/florent37.png","language":"Java","readme":"# ArcLayout\n\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ArcLayout-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/4694)\n\nWith Arc Layout explore new styles and approaches on material design\n\n\n\u003ca href=\"https://goo.gl/WXW8Dc\"\u003e\n  \u003cimg alt=\"Android app on Google Play\" src=\"https://developer.android.com/images/brand/en_app_rgb_wo_45.png\" /\u003e\n\u003c/a\u003e\n\n\n\n[![screen](https://raw.githubusercontent.com/florent37/ArcLayout/master/media/video1.gif)](https://www.github.com/florent37/ArcLayout)\n\n# Usage\n\n```xml\n\u003ccom.github.florent37.arclayout.ArcLayout\n         android:layout_width=\"match_parent\"\n         android:layout_height=\"200dp\"\n         app:arc_cropDirection=\"cropOutside|cropInside\"\n         app:arc_position=\"bottom|top|left|right\"\n         app:arc_height=\"90dp\"\n         android:elevation=\"5dp\"\n         \u003e\n\n         \u003c!-- YOUR CONTENT --\u003e\n\n\u003c/com.github.florent37.arclayout.ArcLayout\u003e\n```\n\n# Sample\n\n## Crop Outside\n\n```xml\n\u003ccom.github.florent37.arclayout.ArcLayout\n          android:layout_width=\"match_parent\"\n          android:layout_height=\"200dp\"\n          app:arc_cropDirection=\"cropOutside\"\n          app:arc_height=\"90dp\"\n          app:arc_padding=\"30dp\"\n          android:elevation=\"5dp\"\n          \u003e\n \n          \u003cImageView\n                android:layout_width=\"match_parent\"\n                android:layout_height=\"match_parent\"\n                android:scaleType=\"centerCrop\"\n                android:src=\"@drawable/road\" /\u003e \n                \n \u003c/com.github.florent37.arclayout.ArcLayout\u003e        \n```\n\n[![screen](https://raw.githubusercontent.com/florent37/ArcLayout/master/media/outside_small.png)](https://www.github.com/florent37/ArcLayout)\n\n## Crop Inside\n\n```xml\n\u003ccom.github.florent37.arclayout.ArcLayout\n          android:layout_width=\"match_parent\"\n          android:layout_height=\"200dp\"\n          app:arc_cropDirection=\"cropInside\"\n          app:arc_height=\"90dp\"\n          app:arc_padding=\"30dp\"\n          android:elevation=\"5dp\"\n          \u003e\n \n          \u003cImageView\n                android:layout_width=\"match_parent\"\n                android:layout_height=\"match_parent\"\n                android:scaleType=\"centerCrop\"\n                android:src=\"@drawable/road\" /\u003e \n                \n \u003c/com.github.florent37.arclayout.ArcLayout\u003e        \n```\n\n[![screen](https://raw.githubusercontent.com/florent37/ArcLayout/master/media/inside_small.png)](https://www.github.com/florent37/ArcLayout)\n\n# KenBurns\n\nUsing [https://github.com/flavioarfaria/KenBurnsView](https://github.com/flavioarfaria/KenBurnsView)\n\n[![screen](https://raw.githubusercontent.com/florent37/ArcLayout/master/media/video1.gif)](https://www.github.com/florent37/ArcLayout)\n\n```xml\n\u003ccom.github.florent37.arclayout.ArcLayout\n          android:layout_width=\"match_parent\"\n          android:layout_height=\"200dp\"\n          app:arc_cropDirection=\"cropInside\"\n          app:arc_height=\"90dp\"\n          app:arc_padding=\"30dp\"\n          \u003e\n\n        \u003ccom.flaviofaria.kenburnsview.KenBurnsView\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"match_parent\"\n            android:scaleType=\"centerCrop\"\n            android:src=\"@drawable/road\"\n            /\u003e\n\n        ...\n\n\u003c/com.github.florent37.arclayout.ArcLayout\u003e\n```\n\n# Download\n\n\u003ca href='https://ko-fi.com/A160LCC' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n\nIn your module [![Download](https://api.bintray.com/packages/florent37/maven/ArcLayout/images/download.svg)](https://bintray.com/florent37/maven/ArcLayout/_latestVersion)\n```groovy\ncompile 'com.github.florent37:arclayout:1.0.3'\n```\n\n# Inspirations\n\n**Cinema Application by Zsolt Szilvai**\n\nThe new Star Wars movie is coming soon, so I decided to design this cinema app screen with one of the Rogue One posters. \nAlso, 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. \nI'd appreciate any feedback.\n\n[https://material.uplabs.com/posts/cinema-application-interface](https://material.uplabs.com/posts/cinema-application-interface)\n\n[![screen](https://raw.githubusercontent.com/florent37/ArcLayout/master/media/materialup.png)](https://material.uplabs.com/posts/cinema-application-interface)\n\n\n# Credits\n\nAuthor: Florent Champigny\n\nFiches Plateau Moto : [https://www.fiches-plateau-moto.fr/](https://www.fiches-plateau-moto.fr/)\n\n\u003ca href=\"https://goo.gl/WXW8Dc\"\u003e\n  \u003cimg alt=\"Android app on Google Play\" src=\"https://developer.android.com/images/brand/en_app_rgb_wo_45.png\" /\u003e\n\u003c/a\u003e\n\n\n\u003ca href=\"https://plus.google.com/+florentchampigny\"\u003e\n  \u003cimg alt=\"Follow me on Google+\"\n       src=\"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/gplus.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://twitter.com/florent_champ\"\u003e\n  \u003cimg alt=\"Follow me on Twitter\"\n       src=\"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/twitter.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.linkedin.com/in/florentchampigny\"\u003e\n  \u003cimg alt=\"Follow me on LinkedIn\"\n       src=\"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/linkedin.png\" /\u003e\n\u003c/a\u003e\n\n\nLicense\n--------\n\n    Copyright 2016 florent37, Inc.\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","funding_links":["https://ko-fi.com/FlorentChampigny","https://github.com/sponsors/florent37","https://ko-fi.com/A160LCC'"],"categories":["布局"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorent37%2FArcLayout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorent37%2FArcLayout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorent37%2FArcLayout/lists"}