Skip to content

Commit 6d90b88

Browse files
committed
Committing the changes as per the feedback
1 parent 6516b73 commit 6d90b88

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3
-11
lines changed
-63.8 KB
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
namespace PDFViewerThemes
22
{
33
public partial class MainPage : ContentPage
4-
{
5-
4+
{
65
public MainPage()
76
{
87
InitializeComponent();
9-
}
10-
11-
8+
}
129
}
13-
1410
}

PDFViewerThemes/PDFViewerThemes.csproj renamed to Styles/PDFViewerThemes/PDFViewerThemes.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,10 @@
6060
</ItemGroup>
6161

6262
<ItemGroup>
63-
<None Remove="Assets\form_document.pdf" />
64-
<None Remove="Assets\password_protected_document.pdf" />
6563
<None Remove="Assets\PDF_Succinctly.pdf" />
6664
</ItemGroup>
6765

6866
<ItemGroup>
69-
<EmbeddedResource Include="Assets\form_document.pdf" />
70-
<EmbeddedResource Include="Assets\password_protected_document.pdf" />
7167
<EmbeddedResource Include="Assets\PDF_Succinctly.pdf" />
7268
</ItemGroup>
7369

PDFViewerThemes/PdfViewerViewModel.cs renamed to Styles/PDFViewerThemes/PdfViewerViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public Stream? PdfDocumentStream
3434
public PdfViewerViewModel()
3535
{
3636
// Load the embedded PDF document stream.
37-
pdfDocumentStream = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("PDFViewerThemes.Assets.form_document.pdf");
37+
pdfDocumentStream = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("PDFViewerThemes.Assets.PDF_Succinctly.pdf");
3838
}
3939

4040
/// <summary>

0 commit comments

Comments
 (0)