An open API service indexing awesome lists of open source software.

https://github.com/numeroanddev/diffofmaterialtheme-android


https://github.com/numeroanddev/diffofmaterialtheme-android

kotlin material-components material-design

Last synced: 5 months ago
JSON representation

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 |
| --- | --- |
|||