Skip to content

Commit e832394

Browse files
committed
Updates to About Settings Page
1 parent 909b6b2 commit e832394

File tree

4 files changed

+40
-23
lines changed

4 files changed

+40
-23
lines changed

Files UWP/Assets/Files UWP Icon.png

10.3 KB
Loading

Files UWP/FilesUWP.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
</Compile>
203203
</ItemGroup>
204204
<ItemGroup>
205+
<Content Include="Assets\Files UWP Icon.png" />
205206
<Content Include="Assets\FilesHome.png" />
206207
<Content Include="Assets\FilesDrive.png" />
207208
<Content Include="Assets\logo.bmp" />

Files UWP/SettingsPages/About.xaml

Lines changed: 37 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Page
1+
<Page xmlns:my="using:Microsoft.Toolkit.Uwp.UI.Controls"
22
x:Class="Files.SettingsPages.About"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -8,27 +8,43 @@
88
mc:Ignorable="d"
99
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
1010

11-
<Grid Padding="24,24,0,0">
12-
13-
<ScrollViewer>
14-
<StackPanel Orientation="Vertical" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
15-
<TextBlock x:Name="Header" Text="Files UWP" Margin="0,0,0,5" FontFamily="Segoe UI Black" FontWeight="Bold" FontSize="40" HorizontalAlignment="Left" VerticalAlignment="Top" />
16-
<TextBlock Margin="0,0,0,5" FontFamily="Segoe UI" FontSize="20" Text="Product Information"/>
17-
<TextBlock FontSize="14" Text="Edition: Pre-Release"/>
18-
<TextBlock FontSize="14" x:Name="VersionNumber" Text="Version: 0.5.0"/>
19-
<ListView IsItemClickEnabled="True" Margin="0,24,0,0" ItemClick="ListView_ItemClick" HorizontalAlignment="Left" Width="875">
20-
<ListViewItem IsEnabled="True" Name="FeedbackForm" Height="65" HorizontalAlignment="Stretch">
21-
<StackPanel Orientation="Horizontal">
22-
<FontIcon Margin="0,0,25,0" Glyph="&#xED15;"/>
23-
<StackPanel Orientation="Vertical">
24-
<TextBlock Text="Submit Feedback"/>
25-
<TextBlock Text="Submit an issue report to provide the developers with information" Foreground="Gray"/>
26-
</StackPanel>
11+
<Grid>
12+
<Grid.RowDefinitions>
13+
<RowDefinition Height="Auto"/>
14+
<RowDefinition Height="*"/>
15+
</Grid.RowDefinitions>
16+
<StackPanel Spacing="24" Padding="24,14" Orientation="Horizontal" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
17+
<Grid Height="150" Width="150">
18+
<my:DropShadowPanel OffsetY="15">
19+
<Image Stretch="Uniform" Source="/Assets/Files UWP Icon.png"/>
20+
</my:DropShadowPanel>
21+
</Grid>
22+
23+
<StackPanel Margin="0,0" Orientation="Vertical" VerticalAlignment="Center">
24+
<TextBlock x:Name="Header" Text="Files UWP" FontFamily="Segoe UI Black" FontWeight="Bold" FontSize="40" HorizontalAlignment="Left" VerticalAlignment="Top" />
25+
<TextBlock Margin="0,0,0,5" FontFamily="Segoe UI" FontSize="20" Text="Product Information"/>
26+
<TextBlock FontSize="14" Text="Edition: Pre-Release"/>
27+
<TextBlock FontSize="14" x:Name="VersionNumber" Text="Version: 0.5.0"/>
28+
</StackPanel>
29+
30+
</StackPanel>
31+
32+
33+
<Grid Padding="14" Grid.Row="1" >
34+
<TextBlock Text="The community thanks contributors: SOI7, jeffsieu, and yaichenbaum for the design of our wonderful icon."/>
35+
<ListView IsItemClickEnabled="True" Margin="0,24,0,0" ItemClick="ListView_ItemClick" HorizontalAlignment="Left" Width="875">
36+
<ListViewItem IsEnabled="True" Name="FeedbackForm" Height="65" HorizontalAlignment="Stretch">
37+
<StackPanel Orientation="Horizontal">
38+
<FontIcon Margin="0,0,25,0" Glyph="&#xED15;"/>
39+
<StackPanel Orientation="Vertical">
40+
<TextBlock Text="Submit Feedback"/>
41+
<TextBlock Text="Submit an issue report to provide the developers with information" Foreground="Gray"/>
2742
</StackPanel>
43+
</StackPanel>
44+
45+
</ListViewItem>
46+
</ListView>
47+
</Grid>
2848

29-
</ListViewItem>
30-
</ListView>
31-
</StackPanel>
32-
</ScrollViewer>
3349
</Grid>
3450
</Page>

FilesUwp.Package/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
</Resources>
1616
<Applications>
1717
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="$targetentrypoint$" desktop4:SupportsMultipleInstances="true">
18-
<uap:VisualElements DisplayName="Files UWP" Description="Meet Files, a free and open-source File Manager for Windows 10. Created from the ground up to look and feel amazing, Files is built to replace the dated Windows File Explorer." Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent">
18+
<uap:VisualElements DisplayName="Files UWP" Description="Meet Files, a free and open-source File Manager for Windows 10. Created from the ground up to look and feel amazing, Files is built to replace the dated Windows File Explorer." Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="#191919">
1919
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png" ShortName="Files UWP">
2020
<uap:ShowNameOnTiles>
2121
<uap:ShowOn Tile="square150x150Logo"/>
2222
<uap:ShowOn Tile="wide310x150Logo"/>
2323
<uap:ShowOn Tile="square310x310Logo"/>
2424
</uap:ShowNameOnTiles>
2525
</uap:DefaultTile>
26-
<uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true"/>
26+
<uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true" BackgroundColor="#191919"/>
2727
</uap:VisualElements>
2828
<Extensions>
2929
<desktop:Extension Category="windows.fullTrustProcess" Executable="ProcessLauncher\ProcessLauncher.exe" />

0 commit comments

Comments
 (0)