Skip to content

Instantly share code, notes, and snippets.

@SamueldaCostaAraujoNunes
Created July 30, 2021 14:57
Show Gist options
  • Save SamueldaCostaAraujoNunes/688e6b2752f9d023a29ae39e76b2ef74 to your computer and use it in GitHub Desktop.
Save SamueldaCostaAraujoNunes/688e6b2752f9d023a29ae39e76b2ef74 to your computer and use it in GitHub Desktop.
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
<style name="MyCardView" parent="Widget.MaterialComponents.CardView">
<item name="cardCornerRadius">@dimen/corner_radius</item>
<item name="cardElevation">4dp</item>
<item name="cardUseCompatPadding">true</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment