Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcminarro/roundkornerlayouts
Round Korner Layouts is an Android library create to build a layout with the round corners
https://github.com/jcminarro/roundkornerlayouts
Last synced: 6 days ago
JSON representation
Round Korner Layouts is an Android library create to build a layout with the round corners
- Host: GitHub
- URL: https://github.com/jcminarro/roundkornerlayouts
- Owner: JcMinarro
- License: apache-2.0
- Created: 2017-06-20T14:43:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T11:31:13.000Z (over 4 years ago)
- Last Synced: 2024-10-23T00:38:12.690Z (15 days ago)
- Language: Kotlin
- Homepage: https://jcminarro.github.io/RoundKornerLayouts/
- Size: 881 KB
- Stars: 202
- Watchers: 7
- Forks: 36
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Round Korner Layouts [ ![Download](https://api.bintray.com/packages/jcminarro/maven/RoundKornerLayouts/images/download.svg) ](https://bintray.com/jcminarro/maven/RoundKornerLayouts/_latestVersion)
===============Round Korner Layouts is an Android library create to build a layout with the round corners
Screenshots
-----------![Demo Screenshot 1][1]
Usage
-----To use Round Korner Layouts library and get your new UI working you only have to use the layout that fit better for you:
* ``RoundKornerFrameLayout`` if you need a ``FrameLayout``
```xml
[...]```
* ``RoundKornerLinearLayout`` if you need a ``LinearLayout``
```xml
[...]```
* ``RoundKornerRelativeLayout`` if you need a ``RelativeLayout``
```xml
[...]```
Import RoundKornerLayouts dependency
--------------------------------Declare it into your pom.xml
```xml
com.jcminarro
RoundKornerLayouts
0.4.0
pom```
Or into your build.gradle
```groovy
dependencies {
compile 'com.jcminarro:RoundKornerLayouts:0.4.0'
}
```Do you want to contribute?
-------------------------------Feel free to add any useful feature to the library, we will be glad to improve it with your help. I'd love to hear about your use case too, especially if it's not covered perfectly.
Developed By
------------* Jc Miñarro -
License
-------Copyright 2017 Jc Miñarro
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.[1]: ./art/screenshot1.png