mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-04 18:05:04 +00:00
removed unused attribute reference
This commit is contained in:
parent
f3a80e3176
commit
017e81b5f2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
app:cardCornerRadius="@dimen/eightdp"
|
app:cardCornerRadius="@dimen/eightdp"
|
||||||
app:cardBackgroundColor="?attr/colorSurfaceVariant"
|
app:cardBackgroundColor="?colorSurfaceVariant"
|
||||||
app:cardElevation="0dp"
|
app:cardElevation="0dp"
|
||||||
app:cardPreventCornerOverlap="true">
|
app:cardPreventCornerOverlap="true">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue