From 236826bec3a607924c638f08aead0f20cc0a8ed8 Mon Sep 17 00:00:00 2001 From: Marcel Wagner Date: Thu, 18 Jan 2024 19:16:45 +0100 Subject: [PATCH] Update list design --- .../Views/Layouts/GridLayoutPage.xaml | 283 ++++++++++-------- 1 file changed, 152 insertions(+), 131 deletions(-) diff --git a/src/Files.App/Views/Layouts/GridLayoutPage.xaml b/src/Files.App/Views/Layouts/GridLayoutPage.xaml index 8387daa48c03..70d1040ad94d 100644 --- a/src/Files.App/Views/Layouts/GridLayoutPage.xaml +++ b/src/Files.App/Views/Layouts/GridLayoutPage.xaml @@ -22,7 +22,6 @@ NavigationCacheMode="Enabled" mc:Ignorable="d"> - @@ -43,8 +42,7 @@ - - + @@ -277,155 +275,175 @@ - - + + + + + + + + + Width="24" + HorizontalAlignment="Left" + VerticalAlignment="Stretch"> - + + AutomationProperties.Name="{helpers:ResourceString Name=FileBrowserThumbnailIconColumnGrid/AutomationProperties/Name}" + Opacity="{x:Bind Opacity, Mode=OneWay}" + TabFocusNavigation="Local" + Tag="ItemImage"> + + + + + - - - - - - - - - + + + + + - - - + + - + - - - - - - - + VerticalAlignment="Center" + Opacity="{x:Bind Opacity, Mode=OneWay}" + Text="{x:Bind Name, Mode=OneWay}" + TextTrimming="CharacterEllipsis" + TextWrapping="NoWrap" /> + + + + + + + + + + + + + + + + + + + - + @@ -726,10 +744,14 @@ - - + + -