{"id":13644772,"url":"https://github.com/esnaultdev/MaterialValues","last_synced_at":"2025-04-21T10:34:26.676Z","repository":{"id":80424942,"uuid":"70409677","full_name":"esnaultdev/MaterialValues","owner":"esnaultdev","description":"An Android library for material design values","archived":true,"fork":false,"pushed_at":"2020-01-28T14:14:26.000Z","size":2169,"stargazers_count":739,"open_issues_count":3,"forks_count":39,"subscribers_count":16,"default_branch":"dev","last_synced_at":"2024-05-22T06:13:05.314Z","etag":null,"topics":["android","jcenter","material","ui"],"latest_commit_sha":null,"homepage":"https://esnaultdev.github.io/MaterialValues/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/esnaultdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-10-09T14:48:19.000Z","updated_at":"2024-04-12T15:57:50.000Z","dependencies_parsed_at":"2023-03-11T10:30:39.769Z","dependency_job_id":null,"html_url":"https://github.com/esnaultdev/MaterialValues","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esnaultdev%2FMaterialValues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esnaultdev%2FMaterialValues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esnaultdev%2FMaterialValues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esnaultdev%2FMaterialValues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esnaultdev","download_url":"https://codeload.github.com/esnaultdev/MaterialValues/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250040790,"owners_count":21365165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","jcenter","material","ui"],"created_at":"2024-08-02T01:02:13.130Z","updated_at":"2025-04-21T10:34:21.660Z","avatar_url":"https://github.com/esnaultdev.png","language":null,"readme":"Archived\n--------\n\nThis repository has been archived.\n\nYou can use [Material Components Android](https://github.com/material-components/material-components-android) directly, or other libraries ([Material Dialogs](https://github.com/afollestad/material-dialogs), [TapTargetView](https://github.com/KeepSafe/TapTargetView), etc.) for drop-in components.\n\n----------------\n\n![MinSdk](https://img.shields.io/badge/minSdk-16-green.svg)\n[![jCenter](https://img.shields.io/badge/jCenter-1.1.1-green.svg)](https://bintray.com/aohayou/maven/material-values/_latestVersion)\n[![License](https://img.shields.io/badge/License-Apache--2.0%20-blue.svg)](./LICENSE)\n\n![Logo](docs/images/logo-title.png)\n\nAll the values from the [Material Design guidelines](https://material.google.com) defined in resources for Android.\n\nUse the [documentation](https://esnaultdev.github.io/MaterialValues/) for more information.\n\n\nValues\n------\n\nHere is an overview of the values covered by this library:\n\n**Style**\n\n- [Color](https://esnaultdev.github.io/MaterialValues/style/colors/)\n- [Icons](https://esnaultdev.github.io/MaterialValues/style/icons/)\n- [Typography](https://esnaultdev.github.io/MaterialValues/style/typography/)\n\n**Layout**\n\n- [Metrics \u0026 keylines](https://esnaultdev.github.io/MaterialValues/layout/keylines/)\n- [Responsive UI](https://esnaultdev.github.io/MaterialValues/layout/responsive_ui/)\n- [Elevation](https://esnaultdev.github.io/MaterialValues/layout/elevation/)\n- [Structure](https://esnaultdev.github.io/MaterialValues/layout/structure/)\n\n**Components**\n\n- [Bottom navigation](https://esnaultdev.github.io/MaterialValues/component/bottom_navigation/)\n- [Bottom sheet](https://esnaultdev.github.io/MaterialValues/component/bottom_sheet/)\n- [Buttons](https://esnaultdev.github.io/MaterialValues/component/buttons/)\n- [Cards](https://esnaultdev.github.io/MaterialValues/component/card/)\n- [Chips](https://esnaultdev.github.io/MaterialValues/component/chips/)\n- [Dialogs](https://esnaultdev.github.io/MaterialValues/component/dialogs/)\n- [Dividers](https://esnaultdev.github.io/MaterialValues/component/dividers/)\n- [Expansion panels](https://esnaultdev.github.io/MaterialValues/component/expansion_panels/)\n- [Grid lists](https://esnaultdev.github.io/MaterialValues/component/grid_lists/)\n- [Lists](https://esnaultdev.github.io/MaterialValues/component/lists/)\n- [Menus](https://esnaultdev.github.io/MaterialValues/component/menus/)\n- [Steppers](https://esnaultdev.github.io/MaterialValues/component/steppers/)\n- [Subheaders](https://esnaultdev.github.io/MaterialValues/component/subheaders/)\n- [Tooltips](https://esnaultdev.github.io/MaterialValues/component/tooltips/)\n\n\nUsage\n-----\n\nJust add this dependency to your build.gradle:\n```\ncompile 'blue.aodev:material-values:1.1.1'\n```\n\nThe artifact is currently only available on jCenter, not mavenCentral.\nMake sure that your buildscript repositories include jCenter.\n\n\nChangelog\n---------\n\nA changelog is available [here](https://esnaultdev.github.io/MaterialValues/about/changelog/).\n\n-----\n\nInspired by DmitryMalkovich's [material-design-dimens](https://github.com/DmitryMalkovich/material-design-dimens).\n\n© 2016 Ao (Matthieu Esnault) - Released under [Apache-2.0 License](https://raw.githubusercontent.com/AoDevBlue/MaterialValues/master/LICENSE)\n\n","funding_links":[],"categories":["MD","Others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesnaultdev%2FMaterialValues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesnaultdev%2FMaterialValues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesnaultdev%2FMaterialValues/lists"}