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