Câu hỏi được gắn thẻ «material-components»



5
MaterialCardView gặp sự cố với vật liệu: 1.1.0
Tôi đang sử dụng MaterialCardView làm cardviewbố cục của mình . Bây giờ, Android-studio bắt đầu cho tôi thấy rằng thay vì hiện tại implementation "com.google.android.material:material:1.0.0", tôi nên cập nhật lên1.1.0 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/edit_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:orientation="vertical" android:layout_margin="@dimen/activity_vertical_margin"> <com.google.android.material.card.MaterialCardView android:layout_width="match_parent" android:layout_height="wrap_content" app:cardCornerRadius="8dp" app:cardElevation="8dp"> <...more layout> </com.google.android.material.card.MaterialCardView> </LinearLayout> với …

Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.