[Android] Image inside CardView gets grayscaled
See original GitHub issueSource
<Card:CardView class="card">
<GridLayout rows="auto" columns="auto,*" class="convos-list-wrapper" tap="{{ onItemTap }}">
<Image row="0" col="0" imageSource="{{ item.image }}" />
<StackLayout row="0" col="1" orientation="vertical">
<Label class="h4" text="{{ item.name }}" />
</StackLayout>
</GridLayout>
</Card:CardView>
WITH CardView
WITHOUT CardView
Info - Core (not ng2)
ββββββββββββββββββββ¬βββββββββββββββββββββββββββββ¬βββββββββββββββββ¬ββββββββββββββ
β Component β Current version β Latest version β Information β
β nativescript β 2.4.0-2016-09-18-6687 β 2.3.0 β Up to date β
β tns-core-modules β 2.3.0 β 2.3.0 β Up to date β
β tns-android β 2.4.0-next-2016-09-29-1186 β 2.3.0 β Up to date β
β tns-ios β 2.4.0-2016-9-28-1 β 2.3.0 β Up to date β
ββββββββββββββββββββ΄βββββββββββββββββββββββββββββ΄βββββββββββββββββ΄ββββββββββββββ
Nothing comes up in the adb logcat
either. I wish there was more info I could provide ya π
Issue Analytics
- State:
- Created 7 years ago
- Comments:6
Top Results From Across the Web
android - Cards View Gray Color - Stack Overflow
My problem is that when i try to change the radius of the cardView i get this in the Image below: any help...
Read more >Gallery view β Notion Help Center
Click on Gallery in the grayscale menu provided. ... In galleries, properties add important context to the images displayed. You can add as...
Read more >Jetpack Compose Part 2 How to create Card layout
Let's work on the profile picture composable first by editing the ProfilePictureComposable function and adding an Image composable inside. Image ...
Read more >How to set an imageview in the corner of card view
Use two RelativeLayout to achieve. First is for whole layout, and the second is for CardView.
Read more >Convert Image to Black and White in Android Studio - YouTube
Video shows you how to get colored image from resources and convert it to black and white in Android.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Iβve used this today with an image inside the cardview and itβs not being distorted in any way. Closing for now. If still and issue please let me know. Thanks!
@bradmartin sorry, forgot to check :X