Created
June 14, 2022 07:58
-
-
Save wajahatkarim3/2da996084e0538fdd09cae0a8129e9b1 to your computer and use it in GitHub Desktop.
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
<com.google.android.material.card.MaterialCardView | |
android:id="@+id/cardView" | |
android:layout_width="match_parent" | |
app:cardBackgroundColor="@color/card_background_color" | |
app:cardUseCompatPadding="true" | |
app:cardElevation="3dp" | |
android:layout_height="wrap_content"> | |
</com.google.android.material.card.MaterialCardView> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment