xamarin/Xamarin.Forms

[Bug] Setting style on TextCell does not take effect

Offen

#8.755 geöffnet am 05.12.2019

 (5 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
a/listviewe/2 :clock2:good first issuehackathonhacktoberfest 🍻help wantedt/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

Styles of a TextCell (TextColor or DetailColor) set in the App.xaml file do not apply to the TextCell.

Steps to Reproduce

  1. Create a ListView with a TextCell as ItemTemplate
  2. Set the style of the TextCell in the App.xaml file (Example: TextColor to Blue)

Expected Behavior

The text color of the TextCell is blue.

Actual Behavior

The text color of the TextCell is the default color.

Basic Information

  • Version with issue: 4.4.0.991220-pre3
  • Last known good version: -
  • IDE:
  • Platform Target Frameworks:
    • iOS: 13.0
    • Android: 9.0
    • UWP: 1909
  • Android Support Library Version: -
  • Nuget Packages:
    • Xamarin.Essentials 1.3.1
    • NETStandatd.Library 2.0.3
  • Affected Devices:

Reproduction Link

https://github.com/Gh0stC0de/BugReport.SampleProject

Contributor Guide