We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8558a commit 1a8a999Copy full SHA for 1a8a999
app/src/main/res/layout/activity_upload_bottom_card.xml
@@ -67,7 +67,7 @@
67
</androidx.cardview.widget.CardView>
68
69
70
- <androidx.support.v7.widget.CardView
+ <androidx.cardview.widget.CardView
71
android:id="@+id/bottom_card"
72
android:layout_width="match_parent"
73
android:layout_height="wrap_content"
@@ -177,8 +177,7 @@
177
app:layout_constraintStart_toStartOf="parent" />
178
179
</androidx.constraintlayout.widget.ConstraintLayout>
180
- </androidx.support.v7.widget.CardView>
+ </androidx.cardview.widget.CardView>
181
182
183
184
-
0 commit comments