removed unused attribute reference

This commit is contained in:
X1nto 2020-04-04 16:32:23 +04:00
parent f3a80e3176
commit 017e81b5f2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardCornerRadius="@dimen/eightdp"
app:cardBackgroundColor="?attr/colorSurfaceVariant"
app:cardBackgroundColor="?colorSurfaceVariant"
app:cardElevation="0dp"
app:cardPreventCornerOverlap="true">