summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.Android/Assets
diff options
context:
space:
mode:
authorJason Smith <jason.smith@xamarin.com>2016-03-22 13:02:25 -0700
committerJason Smith <jason.smith@xamarin.com>2016-03-22 16:13:41 -0700
commit17fdde66d94155fc62a034fa6658995bef6fd6e5 (patch)
treeb5e5073a2a7b15cdbe826faa5c763e270a505729 /Xamarin.Forms.ControlGallery.Android/Assets
downloadxamarin-forms-17fdde66d94155fc62a034fa6658995bef6fd6e5.tar.gz
xamarin-forms-17fdde66d94155fc62a034fa6658995bef6fd6e5.tar.bz2
xamarin-forms-17fdde66d94155fc62a034fa6658995bef6fd6e5.zip
Initial import
Diffstat (limited to 'Xamarin.Forms.ControlGallery.Android/Assets')
-rw-r--r--Xamarin.Forms.ControlGallery.Android/Assets/WebImages/XamarinLogo.pngbin0 -> 6990 bytes
-rw-r--r--Xamarin.Forms.ControlGallery.Android/Assets/default.css2
-rw-r--r--Xamarin.Forms.ControlGallery.Android/Assets/local.html10
3 files changed, 12 insertions, 0 deletions
diff --git a/Xamarin.Forms.ControlGallery.Android/Assets/WebImages/XamarinLogo.png b/Xamarin.Forms.ControlGallery.Android/Assets/WebImages/XamarinLogo.png
new file mode 100644
index 00000000..361e2782
--- /dev/null
+++ b/Xamarin.Forms.ControlGallery.Android/Assets/WebImages/XamarinLogo.png
Binary files differ
diff --git a/Xamarin.Forms.ControlGallery.Android/Assets/default.css b/Xamarin.Forms.ControlGallery.Android/Assets/default.css
new file mode 100644
index 00000000..9e32b419
--- /dev/null
+++ b/Xamarin.Forms.ControlGallery.Android/Assets/default.css
@@ -0,0 +1,2 @@
+html,body{margin:0;padding:10}
+body,p,h1{font-family:Chalkduster;font-style: italic;} \ No newline at end of file
diff --git a/Xamarin.Forms.ControlGallery.Android/Assets/local.html b/Xamarin.Forms.ControlGallery.Android/Assets/local.html
new file mode 100644
index 00000000..ccc9bec3
--- /dev/null
+++ b/Xamarin.Forms.ControlGallery.Android/Assets/local.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<link rel="stylesheet" href="default.css">
+</head>
+<body>
+<h1 id="#LocalHtmlPage">Xamarin.Forms</h1>
+<p>This is a local iOS Html page</p>
+<a href="https://www.google.com">Go to Google</a>
+</body>
+</html> \ No newline at end of file