Skip to content
Permalink
Browse files
Finishing touches on UI for grid view
  • Loading branch information
Shivani Sharma committed Nov 16, 2020
1 parent 0d3fd9e commit 9916ee4524f11a95e2b64c9a3283a4cf492aa01c
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 30 deletions.
@@ -103,6 +103,9 @@
<ItemGroup>
<AndroidResource Include="Resources\drawable\aboutMeIcon.jpg" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable\cameraIcon.jpg" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>

Some generated files are not rendered by default. Learn more.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -22,7 +22,7 @@
<TapGestureRecognizer Tapped="NoteImageButton"/>
</Image.GestureRecognizers>
</Image>
<Image Source="shiva.jpg"
<Image Source="cameraIcon.jpg"
Grid.Row="0"
Grid.Column="1"
HorizontalOptions="FillAndExpand"
@@ -40,7 +40,7 @@
<TapGestureRecognizer Tapped="AboutTheCreator"/>
</Image.GestureRecognizers>
</Image>
<Image Source="shiva.jpg"
<Image Source="aboutMeIcon.jpg"
Grid.Row="1"
Grid.Column="1"
HorizontalOptions="FillAndExpand"

0 comments on commit 9916ee4

Please sign in to comment.