Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knightcube/android-layout-templates
A collection of beautiful android xml layouts
https://github.com/knightcube/android-layout-templates
Last synced: 25 days ago
JSON representation
A collection of beautiful android xml layouts
- Host: GitHub
- URL: https://github.com/knightcube/android-layout-templates
- Owner: knightcube
- Created: 2018-10-01T06:39:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T14:01:28.000Z (about 6 years ago)
- Last Synced: 2023-03-04T20:07:24.517Z (over 1 year ago)
- Size: 1.65 MB
- Stars: 51
- Watchers: 5
- Forks: 26
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-layout-templates
## A collection of beautiful Android XML layouts[![forthebadge](https://forthebadge.com/images/badges/built-for-android.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com)
### Description
This repository aims at simplifying the load of developing various layouts in android via [XML](https://www.w3schools.com/xml/). This will be a curated list of XML files that can be used in any android project. How creative can you get? Show off your layout designing and development skills and contribute in making a collection of layout templates that can be used for faster development.### Ideas
- Cards
- Adapter list item
- Login pages
- OnBoarding screens
- Bottom sheet designAny other reusable components
### Contribution
- Create a PR with an xml file and also add a screenshot of your layout
- Add your xml file in `"xml_code folder"` of this repository
- Add a screenshot of your layout in the `"screenshots"` folder of this repository
- Add your custom fonts in `"fonts"` directory. Make sure you don't duplicate a font. Naming for font `Product Sans.ttf` should be `product_sans.ttf` as an example.
- Please save your screenshot's name and xml layout file(with the code) with the same name for easier navigation### Creating an issue
- Feel free to create an issue if you have better ideas in order to improve anything in this repository
- [Check out the sample issue](https://github.com/knightcube/android-layout-templates/issues/3)