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.
Timer UI | Login UI | Fitness UI |
![]() | ![]() | ![]() |
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.
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'
}
[material][color name]
materialOrange50
materialOrange100
...
materialOrange200
materialOrange900
materialOrangeA100
materialOrangeA200
materialOrangeA300
materialOrangeA400
materialPrimaryOrange
materialPrimaryDarkOrange
materialAccentOrange
Example:
android:background="@color/materialOrange500"
[flat][color name]
flatTurquoise
flatGreensea
...
flatConcrete
flatAsbestos
Example:
android:background="@color/flatAmethyst"
[fluent][color name]
fluentFFB900
fluentFF8C00
...
fluent847545
fluent7E735F
Example:
android:background="@color/fluent00B7C3"
[social][color name]
socialFacebook
socialMessenger
...
socialTwitter
socialLinkedIn
Example:
android:background="@color/socialDribble"
[metro][color name]
metroLime
metroGreen
...
metroMauve
metroSienna
Example:
android:background="@color/metroAmber"
[html][color name]
htmlGainsboro
htmlLightGray
...
htmlSilver
htmlDarkGray
Example:
android:background="@color/htmlAquamarine"
[AppTheme]color name(.)(NoActionBar)
AppThemeRed
AppThemeRed.NoActionBar
AppThemeRedDark
AppThemeRedDark.NoActionBar
...
Example:
inside androidManifest.xml
android:theme="@style/AppThemeAmber"
Example:
android:textSize="@dimen/typography_headline"
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
Of course, you can also choose what you want to donate, all donations are awesome!
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.