Closed cahyo16 closed 6 years ago
Hello Cahyo, thank you for the interest in my small and jealous component. I am sorry for this late reply, I was having troubles in my home network connection and I just got it back. I will be working on the issues that you posted which I can fix.
Hi there,
I just found some issue in this module related for Height Request and Width Request. By default this module given
match_parent
value like inAndroid
for Height Request and Width Request. It's bother when we want to usewarp_content
value like inAndroid
for Height Request and Width Request. But when i use the following approach it's finei only added
CardViewHeightRequest="-1"
andHorizontalOptions="Start"
.When i see the source code in
CardViewHeightRequestProperty
section please change the default value from300
become-1
and setHorizontalOptions
default value toStart
.Thanks, Cahyo