Description
A list of most useful resources for designing android apps such as all material colors and dimens, 180 Gradient background + html, social, flat,fluent, metro colors. you can use colors with java, kotlin, xml.
Material-Resources-Library alternatives and similar packages
Based on the "Colors" category.
Alternatively, view Material-Resources-Library alternatives based on common mentions on social networks and blogs.
-
ColorPicker
🎨 A color picker for Android. Pick a color using color wheel and slider (HSV & alpha).
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Material-Resources-Library or a related project?
README
Timer UI Login UI Fitness UI
Material-Resources-Library
A list of most useful resources for designing android apps such as all material colors and dimens, 180 Gradient background + html, social, flat,fluent, metro colors. you can use colors with java, kotlin, xml.
What does this library include?
- All Material Colors (https://www.materialui.co/colors)
- All Flat Colors (https://www.materialui.co/flatuicolors)
- All Social Colors (https://www.materialui.co/socialcolors)
- All Material Dimens
- All HTML Colors (https://www.materialui.co/htmlcolors)
- All Fluent Colors (https://fluentcolors.com)
- All Metro Colors (https://www.materialui.co/metrocolors)
- 19 Material Gradient Background
- All WebGradient Gradient Backgrounds (https://webgradients.com/)
- 100+ Material Themes(Styles) that are divided into Light, Dark, FullScreen and NoActionBar styles
How to include
Add the repository to your project build.gradle:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
And add the library to your module build.gradle:
dependencies {
implementation 'com.github.mohammadima3oud:Material-Resources-Library:1.0.0'
}
Usage
- ### Material Colors:
[material][color name]
materialOrange50 materialOrange100 ... materialOrange200 materialOrange900
materialOrangeA100
materialOrangeA200
materialOrangeA300
materialOrangeA400
materialPrimaryOrange
materialPrimaryDarkOrange
materialAccentOrange
Example:
android:background="@color/materialOrange500"
- ### Flat Colors:
[flat][color name]
flatTurquoise flatGreensea ... flatConcrete flatAsbestos
Example:
android:background="@color/flatAmethyst"
- ### Fluent Colors:
[fluent][color name]
fluentFFB900 fluentFF8C00 ... fluent847545 fluent7E735F
Example:
android:background="@color/fluent00B7C3"
- ### Social Colors:
[social][color name]
socialFacebook socialMessenger ... socialTwitter socialLinkedIn
Example:
android:background="@color/socialDribble"
- ### Metro Colors:
[metro][color name]
metroLime metroGreen ... metroMauve metroSienna
Example:
android:background="@color/metroAmber"
- ### HTML Colors:
[html][color name]
htmlGainsboro htmlLightGray ... htmlSilver htmlDarkGray
Example:
android:background="@color/htmlAquamarine"
Themes:
[AppTheme][color name](Dark)(.)(NoActionBar)
AppThemeRed AppThemeRed.NoActionBar AppThemeRedDark AppThemeRedDark.NoActionBar ...
Example:
inside androidManifest.xml android:theme="@style/AppThemeAmber"
Dimens:
Example:
android:textSize="@dimen/typography_headline"
Checkout My Libraries
- Android-Intent-Library: A library which will save you a lot of time from writing the same intent creation code. it consist of many intent creation codes like Share, Contacts, Email and etc, which you can easily use.
- Material-Resources-Library: A list of most useful resources for designing android apps such as all material colors and dimens, 180 Gradient background + html, social, flat, fluent, metro colors.
- Complete-Google-Map-API-Tutorial: Learn How to use Google Map API for Android from Basic to Advance with complete examples.
- DropSignIn: Sign In UI Design
- BlueSignIn: Sign In and Sign Up Ui Design
Donations
This project needs you! If you would like to support this project's further development, the creator of this project or the continuous maintenance of this project, feel free to donate. Your donation is highly appreciated. Thank you!
PayPal
- Donate $5: Thank's for creating this project, here's a tea (or some juice) for you!
- Donate $10: Wow, I am stunned. Let me take you to the movies!
- Donate $15: I really appreciate your work, let's grab some lunch!
- Donate $25: That's some awesome stuff you did right there, dinner is on me!
- Donate $50: I really really want to support this project, great job!
- Donate $100: You are the man! This project saved me hours (if not days) of struggle and hard work, simply awesome!
- Donate $2799: Go buddy, buy Macbook Pro for yourself!
Of course, you can also choose what you want to donate, all donations are awesome!
Changelog
- 1.0.0
- Initial release
License
Copyright 2019 mohammadima3oud
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 at
http://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.
*Note that all licence references and agreements mentioned in the Material-Resources-Library README section above
are relevant to that project's source code only.