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

CardView là một tiện ích được sử dụng để hiển thị các danh sách và thẻ phức tạp trong ứng dụng của bạn, theo mặc định, nó có phong cách thiết kế material design.

23
RecyclerView bên trong ScrollView không hoạt động
Tôi đang cố gắng thực hiện một bố cục có chứa RecyclerView và ScrollView ở cùng một bố cục. Mẫu bố cục: <RelativeLayout> <ScrollView android:id="@+id/myScrollView"> <unrelated data>...</unrealated data> <android.support.v7.widget.RecyclerView android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/my_recycler_view" /> </ScrollView> </RelativeLayout> Vấn đề: tôi có thể cuộn cho đến khi phần tử cuối cùng của ScrollView …


6
Màu nền CardView luôn trắng
Tôi đang sử dụng RecyclerView với GridLayoutManager và tôi có mỗi mục là CardView. Thật không may, CardView ở đây dường như không thay đổi màu nền của nó. Tôi đã cố gắng trong bố trí và lập trình là tốt nhưng tôi đã cố gắng không có gì có …

18
Thay đổi màu nền của CardView theo lập trình
Các CardView có một thuộc tính card_view:cardBackgroundColorđể xác định màu nền. Thuộc tính này hoạt động tốt. Đồng thời không có phương pháp thay đổi màu sắc linh hoạt. Tôi vừa thử các giải pháp như: mCardView.setBackgroundColor(...); hoặc sử dụng Bố cục bên trong cardView <android.support.v7.widget.CardView> <LinearLayout android:id="@+id/inside_layout"> </android.support.v7.widget.CardView> View …

10
CardView layout_creen = hung match_parent 'không khớp với chiều rộng RecyclerView gốc
Tôi có một đoạn có chứa RecyclerView với layout_creen = "match_parent": <android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity$PlaceholderFragment" /> Mục trong RecyclerView là CardView cũng có layout_creen = "match_parent": <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:card_view="http://schemas.android.com/apk/res-auto" android:id="@+id/card_view" android:layout_gravity="center" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_margin="20dp" card_view:cardCornerRadius="4dp"> <TextView android:layout_gravity="center" android:id="@+id/info_text" android:layout_width="match_parent" android:gravity="center" android:layout_height="match_parent" android:textAppearance="?android:textAppearanceLarge"/> </android.support.v7.widget.CardView> …

17
CardView không hiển thị Shadow trong Android L
Chế độ xem thẻ của tôi bên trong Listview không hiển thị bóng trong Android L (Nexus 5). Ngoài ra các cạnh tròn không được thể hiện đúng. Đây là mã cho Chế độ xem bộ điều hợp của Listview: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:card_view="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res/com.example.myapp" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" …


13
Bán kính góc CardView
Có cách nào để làm cho CardView chỉ có bán kính góc ở trên cùng không? <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" app:cardCornerRadius="10dp" >

5
Nền trong suốt trên CardView - Android
Tôi muốn làm nền trong suốt trên CardView. Tôi biết backgroundColor nhưng tôi có hình ảnh trên Bố cục của mình. Bạn có biết làm thế nào để làm điều đó? Hoặc thứ gì đó hoạt động như cardview nhưng tôi sẽ đặt nền trong suốt? Trân trọng

4
Tại sao không có khoảng trống giữa các CardView trên Lollipop?
Tôi cố gắng sử dụng CardViewvà nó hoạt động tốt dưới 5.0, nhưng trông lạ trên Lollipop. <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin"> <android.support.v7.widget.CardView android:layout_width="match_parent" android:layout_height="200dp"> <TextView android:id="@+id/textView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="card1" android:textAppearance="?android:attr/textAppearanceLarge" /> </android.support.v7.widget.CardView> <android.support.v7.widget.CardView android:layout_width="match_parent" android:layout_height="200dp"> <TextView android:id="@+id/textView2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="card2" android:textAppearance="?android:attr/textAppearanceLarge" /> …

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.