pluto icon indicating copy to clipboard operation
pluto copied to clipboard

dark background blends with content

Open chessio1 opened this issue 2 years ago • 4 comments
trafficstars

Describe the bug part of content blends with background

To Reproduce Steps to reproduce the behavior:

  1. Go to pluto logger
  2. look at logs

Screenshots image

Smartphone (please complete the following information):

  • Device: Samsung galaxy A51
  • OS: [android 13]
  • Library Version [2.1.7 - 2.1.9]

chessio1 avatar Oct 25 '23 09:10 chessio1

can you share steps to reproduce this?

srtvprateek avatar Oct 25 '23 09:10 srtvprateek

  1. open my app
  2. open pluto
  3. open logger image actually it appears on all my custom screens in pluto. i added to these fragments white background to fix it. but standard plugin like pluto logger - behave like on first screen. and not shure that it starts from 2.1.7 propably it appears earlier

chessio1 avatar Oct 25 '23 10:10 chessio1

i added to these fragments white background. but standard plugin like pluto

this is the standard way to define your fragments, & Logger fragment has also implemented it.

not sure what is the issue here, will debug this.

srtvprateek avatar Oct 25 '23 16:10 srtvprateek

dark part of items of list view uses background color name="pluto___dark" - 11141c - which is dark but if i override it in my resources to white - other components which must be dark became white

chessio1 avatar Oct 26 '23 07:10 chessio1