More tab view styling
This commit is contained in:
@ -12,15 +12,17 @@
|
||||
<ContentView.Content>
|
||||
<flv:FlowListView
|
||||
x:Name="MembersList"
|
||||
FlowColumnCount="8"
|
||||
FlowColumnMinWidth="150"
|
||||
RowHeight="150"
|
||||
VerticalOptions="FillAndExpand"
|
||||
SeparatorVisibility="None"
|
||||
HasUnevenRows="false"
|
||||
StyleClass="accentColor">
|
||||
BackgroundColor="#3a3a3a"
|
||||
HasUnevenRows="false">
|
||||
<flv:FlowListView.FlowColumnTemplate>
|
||||
<DataTemplate>
|
||||
<Frame>
|
||||
<Frame
|
||||
HorizontalOptions="FillAndExpand"
|
||||
VerticalOptions="FillAndExpand">
|
||||
<Label
|
||||
Text="{Binding UserName}"
|
||||
TextColor="White"/>
|
||||
|
Reference in New Issue
Block a user