-
Notifications
You must be signed in to change notification settings - Fork 178
/
Copy pathMainPage.xaml
59 lines (56 loc) · 2.62 KB
/
MainPage.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Aila.MainPage"
Title="AI超元域">
<!-- <AbsoluteLayout> -->
<!-- <Grid x:Name="_grid" -->
<!-- AbsoluteLayout.LayoutBounds="0, 0, 1, 1" -->
<!-- AbsoluteLayout.LayoutFlags="All"> -->
<!-- <Grid.ColumnDefinitions> -->
<!-- <ColumnDefinition Width="*" /> -->
<!-- <ColumnDefinition Width="*" /> -->
<!-- <ColumnDefinition Width="*" /> -->
<!-- <ColumnDefinition Width="*" /> -->
<!-- <ColumnDefinition Width="*" /> -->
<!-- <ColumnDefinition Width="*" /> -->
<!-- <ColumnDefinition Width="*" /> -->
<!-- <ColumnDefinition Width="*" /> -->
<!-- <ColumnDefinition Width="*" /> -->
<!-- <ColumnDefinition Width="*" /> -->
<!-- <ColumnDefinition Width="*" /> -->
<!-- <ColumnDefinition Width="*" /> -->
<!-- </Grid.ColumnDefinitions> -->
<!-- <Grid.RowDefinitions> -->
<!-- <RowDefinition Height="*" /> -->
<!-- <RowDefinition Height="Auto" /> -->
<!-- </Grid.RowDefinitions> -->
<!-- -->
<!-- ~1~ Editor 占据前10列 @1@ -->
<!-- <Editor -->
<!-- x:Name="_editor" -->
<!-- Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="10" -->
<!-- Placeholder="👉👉👉Enter your question here..." -->
<!-- VerticalOptions="Start" -->
<!-- FontSize="18" -->
<!-- AutoSize="TextChanges"/> -->
<!-- -->
<!-- ~1~ Submit Button 占据第11列 @1@ -->
<!-- <Button -->
<!-- x:Name="SubmitBtn" -->
<!-- Grid.Row="1" Grid.Column="10" Text="➡ Submit" -->
<!-- HeightRequest="50" -->
<!-- VerticalOptions="End" -->
<!-- Clicked="OnSubmitClicked" /> -->
<!-- -->
<!-- ~1~ Switch Button 占据第12列 @1@ -->
<!-- <Button -->
<!-- x:Name="SwitchBtn" -->
<!-- Grid.Row="1" Grid.Column="11" Text="↩ Switch" -->
<!-- HeightRequest="50" -->
<!-- VerticalOptions="End" -->
<!-- Clicked="OnSwitchClicked" /> -->
<!-- -->
<!-- </Grid> -->
<!-- </AbsoluteLayout> -->
</ContentPage>