Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 design

Any 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)