Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document: artina:TableViewProperties.HeaderFooterTextColor doesn't work on Android #471

Open
yoichinak opened this issue Aug 22, 2018 · 1 comment
Labels

Comments

@yoichinak
Copy link

Description

  • GettingStarted.md

The following code seems to be needed for artina:TableViewProperties.HeaderFooterTextColor to works on Android.

[assembly: ExportRenderer(typeof(TableView), typeof(ArtinaTableViewRenderer))]

Steps to Reproduce

App.xaml

<Style TargetType="TableView">
  <Setter Property="BackgroundColor" Value="Transparent"/>
  <Setter Property="artina:TableViewProperties.HeaderFooterTextColor" Value="{StaticResource AccentColor}"/>
</Style>

Expected Behavior

TableView section title is AccentColor.

Actual Behavior

TableView section title is black.

Basic Information

  • Version with issue: 2.7.5
  • Last known good version: -
  • IDE: Visual Studio 2017
  • Platform Target Frameworks:
    • Android: 6.0.1

Screenshots

@jpbrocca
Copy link
Contributor

Hi @yoichinak,

We will be reviewing this issue.

Regards and thanks,
JP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants