-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58455ae
commit 1d8ecee
Showing
12 changed files
with
110 additions
and
290 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,42 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" | ||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | ||
x:Class="RD_AAOW.AboutPage"> | ||
|
||
<StackLayout> | ||
<Label x:Name="HeaderLabel" /> | ||
<ScrollView> | ||
<StackLayout> | ||
<Label x:Name="AboutLabel" /> | ||
|
||
<ScrollView> | ||
<StackLayout> | ||
<Label x:Name="AboutLabel" /> | ||
|
||
<BoxView VerticalOptions="Center" HorizontalOptions="Center" HeightRequest="1" | ||
<BoxView VerticalOptions="Center" HorizontalOptions="Center" HeightRequest="1" | ||
WidthRequest="200" Color="#505050" Margin="6" /> | ||
|
||
<Button x:Name="ManualsButton" HorizontalOptions="Center" /> | ||
<Button x:Name="HelpButton" HorizontalOptions="Center" /> | ||
<Button x:Name="ManualsButton" HorizontalOptions="Center" /> | ||
<Button x:Name="HelpButton" HorizontalOptions="Center" /> | ||
|
||
<BoxView VerticalOptions="Center" HorizontalOptions="Center" HeightRequest="1" | ||
WidthRequest="200" Color="#505050" Margin="9" /> | ||
<BoxView VerticalOptions="Center" HorizontalOptions="Center" HeightRequest="1" | ||
WidthRequest="200" Color="#606060" Margin="9" /> | ||
|
||
<Label x:Name="GenericSettingsLabel" /> | ||
<Label x:Name="RestartTipLabel" /> | ||
<Label /> | ||
<Label x:Name="GenericSettingsLabel" /> | ||
<Label x:Name="RestartTipLabel" /> | ||
|
||
<StackLayout Orientation="Horizontal"> | ||
<Label x:Name="FontSizeLabel" VerticalOptions="Center" /> | ||
<StackLayout Orientation="Horizontal"> | ||
<Label x:Name="FontSizeLabel" VerticalOptions="Center" /> | ||
|
||
<Button x:Name="FontSizeInc" VerticalOptions="Center" /> | ||
<Label x:Name="FontSizeField" VerticalOptions="Center" /> | ||
<Button x:Name="FontSizeDec" VerticalOptions="Center" /> | ||
</StackLayout> | ||
<Button x:Name="FontSizeInc" VerticalOptions="Center" /> | ||
<Label x:Name="FontSizeField" VerticalOptions="Center" /> | ||
<Button x:Name="FontSizeDec" VerticalOptions="Center" /> | ||
</StackLayout> | ||
|
||
<BoxView VerticalOptions="Center" HorizontalOptions="Center" HeightRequest="1" | ||
<BoxView VerticalOptions="Center" HorizontalOptions="Center" HeightRequest="1" | ||
WidthRequest="200" Color="#505050" Margin="9" /> | ||
|
||
<Label x:Name="HelpTextLabel" /> | ||
<Label /> | ||
<Label x:Name="HelpHeaderLabel" /> | ||
<Label x:Name="HelpTextLabel" /> | ||
|
||
<Label /> | ||
|
||
</StackLayout> | ||
</ScrollView> | ||
<Label /> | ||
|
||
</StackLayout> | ||
</StackLayout> | ||
</ScrollView> | ||
</ContentPage> |
Oops, something went wrong.