Fixed members list
This commit is contained in:
parent
5f241615ad
commit
f691deab6a
@ -2,7 +2,7 @@
|
|||||||
background-color: #3a3a3a;
|
background-color: #3a3a3a;
|
||||||
}
|
}
|
||||||
|
|
||||||
Frame {
|
Grid {
|
||||||
margin-left: 20;
|
margin-left: 20;
|
||||||
margin-right: 20;
|
margin-right: 20;
|
||||||
margin-top: 20;
|
margin-top: 20;
|
||||||
@ -12,7 +12,7 @@ Frame {
|
|||||||
background-color: #626363;
|
background-color: #626363;
|
||||||
}
|
}
|
||||||
|
|
||||||
Frame Label {
|
Grid Label {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -20,13 +20,12 @@
|
|||||||
HasUnevenRows="false">
|
HasUnevenRows="false">
|
||||||
<flv:FlowListView.FlowColumnTemplate>
|
<flv:FlowListView.FlowColumnTemplate>
|
||||||
<DataTemplate>
|
<DataTemplate>
|
||||||
<Frame
|
<Grid
|
||||||
HorizontalOptions="FillAndExpand"
|
HorizontalOptions="FillAndExpand"
|
||||||
VerticalOptions="FillAndExpand">
|
VerticalOptions="FillAndExpand">
|
||||||
<Label
|
<Label
|
||||||
Text="{Binding UserName}"
|
Text="{Binding UserName}"/>
|
||||||
TextColor="White"/>
|
</Grid>
|
||||||
</Frame>
|
|
||||||
</DataTemplate>
|
</DataTemplate>
|
||||||
</flv:FlowListView.FlowColumnTemplate>
|
</flv:FlowListView.FlowColumnTemplate>
|
||||||
</flv:FlowListView>
|
</flv:FlowListView>
|
||||||
|
Reference in New Issue
Block a user