Unplanned
Last Updated: 06 Mar 2024 13:33 by ADMIN
Nathan
Created on: 02 Feb 2023 17:32
Category: Entry
Type: Bug Report
4
Entry: [Android] Border and FocusedBorder Brush and Thickness do not apply

When setting BorderBrush, BorderThickess, FocusedBorderBrush and FocusedBorderThickness do not apply on the entire entry control, they apply only on bottom. 

<VerticalStackLayout>
    <telerik:RadEntry Text="Hello World" TextColor="DarkRed" 
                        Background="Wheat"
                        FocusedBorderBrush="Yellow"
                        FocusedBorderThickness="10"
                        x:Name="entry" 
                        BorderBrush="DarkRed"
                        BorderThickness="8"
                        CornerRadius="5,7,7,5"
                        WidthRequest="150"/>
</VerticalStackLayout>

And the result:


 

Workaround: 

Place the entry in a RadBorder:

<telerik:RadBorder BorderColor="Red" CornerRadius="5,7,7,5" BorderThickness="4,4,4,4">
              <telerik:RadEntry Text="Hello World" TextColor="DarkRed" Background="Wheat" x:Name="entry" /> </telerik:RadBorder>

2 comments
ADMIN
Yana
Posted on: 06 Mar 2024 13:33

Hi Andrea,

Thank you for your feedback on this.

 We have a feature request for providing a material look&feel in our public feedback portal, you can cast your vote, add a comment and follow the item to receive email notifications on status updates at the link below:

Add a "Text Input Layout" control

Regards,
Yana
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Andrea
Posted on: 06 Mar 2024 11:16

I think that what you (telerik) should do is to support also the "outlined text fields", like this on the right: