Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

Entry inside a frame not displaying placeholder on Android

$
0
0

I have an entry inside of a Frame, and it doesn't display my placeholder or even the border, unlike iOS where it does both.

<Frame HasShadow="false" Padding="0" CornerRadius="3" Grid.Column="0" HorizontalOptions="Fill"> <Frame.BackgroundColor> <OnPlatform x:TypeArguments="Color" Android="White" iOS="Transparent" /> </Frame.BackgroundColor> <Renderer:CustomEntry Placeholder="Name" PlaceholderColor="{StaticResource AppTextColor}" HorizontalTextAlignment="Center" VerticalOptions="Start" BackgroundColor="White" FontSize="Micro"> </Renderer:CustomEntry> </Frame>

The placeholders are supposed to appear where the circles are drawn


Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>