You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<TextBlockx:Name="TitleTextBlock" Grid.Row="0"Foreground="White"FontSize="34"HorizontalAlignment="Center"Text="Connect with Signal"FontWeight="Light"VerticalAlignment="Center"/>
44
+
<StackPanel Grid.Row="1">
45
+
<ComboBoxHorizontalAlignment="Center"Width="300"ItemsSource="{x:Bind Vm.CountriesList}"SelectionChanged="ComboBox_SelectionChanged"x:Name="CountriesList"VerticalAlignment="Stretch"d:LayoutOverrides="TopPosition, BottomPosition"PlaceholderText="Select your country"/>
<TextBlockx:Name="VerifyTextBlock"Text="Verify your phone number to connect with Signal."FontSize="20"Foreground="White"HorizontalAlignment="Center"Margin="0,16,0,0"TextAlignment="Center"TextWrapping="Wrap"/>
0 commit comments