https://github.com/numeroanddev/diffofmaterialtheme-android
https://github.com/numeroanddev/diffofmaterialtheme-android
kotlin material-components material-design
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/numeroanddev/diffofmaterialtheme-android
- Owner: NUmeroAndDev
- Created: 2018-07-12T11:29:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T03:30:49.000Z (over 7 years ago)
- Last Synced: 2025-07-09T05:40:39.375Z (6 months ago)
- Topics: kotlin, material-components, material-design
- Language: Kotlin
- Size: 909 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiffOfMaterialTheme-android
This application for checking the difference between AppCompat and Material Components.
### Defining styles
```
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
```
### Diffs
* Top
| AppCompat | Material |
| --- | --- |
|
|
|
* Dialog
| AppCompat | Material |
| --- | --- |
|
|
|
* BottomNavigation
| AppCompat | Material |
| --- | --- |
|
|
|
|
|
|
* FAB
| AppCompat | Material |
| --- | --- |
|
|
|