tiny fix
This commit is contained in:
@ -75,9 +75,9 @@
|
||||
</StackLayout>
|
||||
</Grid>
|
||||
<!-- bill list -->
|
||||
<ScrollView Grid.Row="2">
|
||||
<ScrollView x:Name="scrollView" Grid.Row="2">
|
||||
<ui:GroupStackLayout x:Name="billsLayout" ItemsSource="{Binding Bills}"
|
||||
Margin="0, 10, 0, 0" RowHeight="50">
|
||||
Padding="0, 10, 0, 0" RowHeight="50">
|
||||
<ui:GroupStackLayout.ItemTemplate>
|
||||
<DataTemplate x:DataType="v:UIBill">
|
||||
<ui:LongPressGrid Padding="20, 0" ColumnSpacing="10"
|
||||
|
Reference in New Issue
Block a user