https://github.com/numeroanddev/materialthemingexample-android
https://github.com/numeroanddev/materialthemingexample-android
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/numeroanddev/materialthemingexample-android
- Owner: NUmeroAndDev
- License: mit
- Created: 2019-01-25T04:57:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T03:15:18.000Z (over 6 years ago)
- Last Synced: 2025-02-17T08:22:18.181Z (4 months ago)
- Language: Kotlin
- Size: 421 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MaterialThemingExample
Android Studio : 3.3.1
Kotlin : 1.3.21
material-components : 1.1.0-alpha03## The transition of implemented MaterialTheming
#### Implemented material-components and ColorTheming
[diff](https://github.com/NUmeroAndDev/MaterialThemingExample-android/compare/legacy_design...impl_color_theming)
|Before|After|
| :--: | :--: |
||
|
#### Implemented ShapeTheming
[diff](https://github.com/NUmeroAndDev/MaterialThemingExample-android/compare/impl_color_theming...impl_shape_theming)
|Before|After|
| :--: | :--: |
||
|
#### Implemented TypographyTheming
[diff](https://github.com/NUmeroAndDev/MaterialThemingExample-android/compare/impl_shape_theming...impl_typography_theming)
|Before|After|
| :--: | :--: |
||
|
#### Difference between AppCompat and MaterialComponents
[diff](https://github.com/NUmeroAndDev/MaterialThemingExample-android/compare/legacy_design...impl_typography_theming)
|Before|After|
| :--: | :--: |
||
|