This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
example/ExampleMaterialDesignControls
src/MaterialDesignControls/Controls Expand file tree Collapse file tree Original file line number Diff line number Diff line change 184184 <!-- MaterialEntry -->
185185 <Style TargetType =" material:MaterialEntry" BasedOn =" {StaticResource BaseMaterialStyle}" >
186186 <Setter Property =" BackgroundColor" Value =" {StaticResource BackgroundColor}" />
187- <!-- <Setter Property="ClearIcon" Value="cancel.png" />-->
187+ <Setter Property =" ClearIcon" Value =" cancel.png" />
188+ <Setter Property =" ClearIconIsVisible" Value =" True" />
188189 <Setter Property =" ShowPasswordIcon" Value =" showPassword.png" />
189190 </Style >
190191
Original file line number Diff line number Diff line change 1313 <custom : CustomEntry x : Name =" txtEntry" VerticalOptions =" Center" HorizontalOptions =" FillAndExpand" />
1414 <custom : CustomImageButton x : Name =" imgTrailingIcon" IsVisible =" false" HorizontalOptions =" End" />
1515 <custom : CustomImageButton x : Name =" imgShowPasswordIcon" IsVisible =" false" HorizontalOptions =" End" />
16- <custom : CustomImageButton x : Name =" imgClearIcon" IsVisible =" false" HorizontalOptions =" End" BackgroundColor = " Red " />
16+ <custom : CustomImageButton x : Name =" imgClearIcon" IsVisible =" false" HorizontalOptions =" End" />
1717 </StackLayout >
1818 </Frame >
1919 <BoxView x : Name =" bxvLine" HeightRequest =" 1" />
You can’t perform that action at this time.
0 commit comments