We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29eb7d7 commit f032250Copy full SHA for f032250
grade_app/StudentIndexPage.xaml
@@ -4,6 +4,7 @@
4
<ActivityIndicator x:Name="activityIndicator" IsRunning="False" IsVisible="False"/>
5
<Label x:Name="EmptyListText"
6
Text="В настоящий момент Вы не подписаны ни на одну из существующих дисциплин."
7
+ FontSize="{StaticResource MyTitle}"
8
HorizontalTextAlignment="Center"
9
IsVisible="False"/>
10
<ListView ItemsSource="{Binding DisciplineItems}"
0 commit comments