Created
April 3, 2020 11:49
-
-
Save ricknout/879437b78d4b2e8a2630e7571d828da1 to your computer and use it in GitHub Desktop.
MDC-Android background update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Copyright 2020 Google LLC. | |
| SPDX-License-Identifier: Apache-2.0 --> | |
| <com.google.android.material.bottomnavigation.BottomNavigationView | |
| - android:background="@android:color/white" | |
| ... /> | |
| <com.google.android.material.card.MaterialCardView | |
| - app:cardCornerRadius="2dp" | |
| ...> | |
| ... | |
| </com.google.android.material.card.MaterialCardView> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment