Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Can't resolve resources #136

Description

@EmilAlipiev

For the simple code below. I get error message that "Can't resolve resources: entryStyle" is it normal?

 <ContentView.Resources>
    <ResourceDictionary>
      <Style x:Key="entryStyle" TargetType="Entry">
        <Setter Property="HeightRequest" Value="50"/>
        <Setter Property="WidthRequest" Value="50"/>
        <Setter Property="Keyboard" Value="Numeric"/>
        <Setter Property="TextColor" Value="Black"/>
        <Setter Property="FontAttributes" Value="Bold"/>
        <Setter Property="FontSize" Value="Large"/>
        <Setter Property="BackgroundColor" Value="White"/>
        <Setter Property="PlaceholderColor" Value="Gray"/>
      </Style>
    </ResourceDictionary>
  </ContentView.Resources>

  <Entry    Style="{StaticResource  entryStyle}"   ></Entry>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions