Baseflow / XF-Material-Library

A Xamarin Forms library for implementing Material Design
https://baseflow.com
MIT License
647 stars 161 forks source link

flicker black background MaterialTextField xamarin forms Android #446

Open alextorres50 opened 2 years ago

alextorres50 commented 2 years ago

🐛 Bug Report

In Android when the page is loading there is a small flicker in the black color entry, the CardBackgroundColor="Transparent" property works fine but that flicker generates a bad experience on different android devices, also if I add this in CollectionView header, this flicker it's constant

image

Expected behavior

No black Flicker

Reproduction steps

When page is load

When CollectionVIew has header and the header view contains MaterialTextField

Configuration

Version: 1.8 Xamarin Forms 5.0.0.2337

Platform:

RicPower commented 2 years ago

I have the same problem. CardBackground flickers quick black before it turn to the color i set in the Constructor

Version: 1.8 Xamarin Forms 5.0.0.2478

Is there a fix in the meantime with a Custom Android Renderer with setBoxBackgroundColor or somehow?