Skip to content

Commit

Permalink
Refine CommentPopupPage demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
microspaze committed May 12, 2024
1 parent 3e647d9 commit 2820c2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RGPopup.Samples/Pages/CommentPopupPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<rg:PopupPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:rg="clr-namespace:RGPopup.Maui.Pages;assembly=RGPopup.Maui"
CloseWhenBackgroundIsClicked="False"
x:Class="RGPopup.Samples.Pages.CommentPopupPage">
<Grid RowDefinitions="20,Auto,*,Auto,Auto,Auto" VerticalOptions="Fill">
<Grid RowDefinitions="20,Auto,*,Auto,Auto,Auto" >
<Editor Grid.Row="1" HeightRequest="120" Placeholder="Add Comment" BackgroundColor="DarkTurquoise"/>
<Editor Grid.Row="2" BackgroundColor="Transparent" Placeholder="Add Description" VerticalOptions="FillAndExpand" InputTransparent="False" />
<Entry Grid.Row="3" IsPassword="True" BackgroundColor="Azure" Placeholder="Password"/>
Expand Down

0 comments on commit 2820c2c

Please sign in to comment.