I wanna make something like this:
<style name="cardViewInfo">
<item name="android:layout_marginLeft">@dimen/small_padding_card_view</item>
<item name="android:layout_marginRight">@dimen/small_padding_card_view</item>
<item name="android:layout_marginBottom">@dimen/small_padding_card_view</item>
<item name="android:layout_marginTop">@dimen/large_padding_card_view</item>
<item name="card_view:cardCornerRadius">2dp</item>
</style>
But I have problems with the name card_view thats is not definded, my question is if I can make something like on the layout's to use this namespace:
xmlns:card_view="http://schemas.android.com/apk/res-auto"
Best regards.