Questions tagged [materialcardview]
54 questions
0
votes
1 answer
Can't fully hide android material card background
Image how it looks
Can't fully hide android material card background. I have searched and watched all videos available but nothing has worked so far. I know I could just put something to fill the card but I want to know just in case.
The…

Kofi
- 45
- 6
0
votes
1 answer
shadow effect in android color cardview
Want this kind of shadow effect with android card view except for white background with cardview property, neither use with the canvas draw mechanism nor 9 patch image mechanism
want to use only drawable shape or cardview properties. TIA

Arpan24x7
- 648
- 5
- 24
0
votes
1 answer
TextView in ConstraintLayout (for MaterialCardView) not in vertical centre
I'm trying to vertically align my TextView to the centre using constraints within my MaterialCardView but it won't move at all for some reason. Does anyone know what's causing this problem to occur? Do constraints need to be used at all to achieve…

wbk727
- 8,017
- 12
- 61
- 125
0
votes
1 answer
How to make Material CardView, Checkable, in RecyclerView
I have made an android note app and I want to make Note Material CardView, Checkable.
I want this behavior. When I will long click each note, each note will be checked/selected(checked according to the material design cardview setChecked…

John Xenakis
- 211
- 2
- 8
0
votes
0 answers
Android Card view white background
I can't find out what is the white background behind the CardView corners. I tried to set the activity background to transparent but it didn't work.
This is the bottomSheetFragment parent layout:

Doha
- 325
- 2
- 13
0
votes
0 answers
CardView insteadOf a FrameLayout makes the dialog wider?
I had a Framelayout with code that makes rounded corners as the framelayout background

Elad Benda
- 35,076
- 87
- 265
- 471
-1
votes
1 answer
How to set multiple CardViews using when condition in a single RecyclerView in a fragment?
I want to know whether it is possible to get position-wise card view which are in view pager fragments in a single recycler view?

shivambhanvadia
- 487
- 4
- 7
-1
votes
2 answers
How to store the Initial Attendance Data from a Recycler View(Card View) before finally publishing it on Firebase Realtime Database?
I am new to Android Development and was very shy to ask this question at first but i couldn't do it without you guys' help so here it is.
I am trying to make an AttendanceApp for my College. Now i have made the basic elements work but the main…

Pritansh Chandra
- 11
- 5
-1
votes
1 answer
Which method will be used to getItemCount (no of cards) when using MDCCardCollectionCell?
I am new to IOS.I used to work as Android developer.
I am using MDCCardCollectionCell/MDCCard for Cardviews in my project.
When i was working on android, to display number of cards - we used to return number in getItemCount() Adapter…

Eswar
- 199
- 1
- 13