|
@@ -3,7 +3,7 @@
|
|
|
<ContentView xmlns="http://xamarin.com/schemas/2014/forms"
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
xmlns:ui="clr-namespace:XF.Material.Forms.UI;assembly=XF.Material"
|
|
|
- x:Class="InABox.Mobile.MobileModuleList" BackgroundColor="Transparent">
|
|
|
+ x:Class="InABox.Mobile.MobileModuleList" >
|
|
|
<ContentView.Content>
|
|
|
<ListView
|
|
|
x:Name="Modules"
|
|
@@ -20,7 +20,7 @@
|
|
|
Elevation="0"
|
|
|
HorizontalOptions="FillAndExpand"
|
|
|
BorderColor="{Binding BorderColor}"
|
|
|
- Margin="7,3.5,7,3.5"
|
|
|
+ Margin="0,0,0,5"
|
|
|
BackgroundColor="{Binding BackgroundColor}"
|
|
|
Padding="5"
|
|
|
Clicked="MaterialCard_OnClicked"
|