Skip to content

Commit 4918dac

Browse files
authored
Merge pull request #3 from LakshmiNatarajan21/XAMARIN-10156
XAMARIN-10156 Updated HasShadow as False to remove corner color
2 parents 353952a + 2b6cf18 commit 4918dac

File tree

1 file changed

+1
-1
lines changed
  • RoundedCornerListView/RoundedCornerListView/RoundedCornerListView/View

1 file changed

+1
-1
lines changed

RoundedCornerListView/RoundedCornerListView/RoundedCornerListView/View/SortingPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<DataTemplate>
2828
<Frame x:Name="frame" CornerRadius="10"
2929
BackgroundColor="#dfe0df"
30-
Padding="0" >
30+
Padding="0" HasShadow="False">
3131
<StackLayout>
3232
<Grid Grid.Column="0"
3333
RowSpacing="1"

0 commit comments

Comments
 (0)