summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.Android/StringProvider.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.ControlGallery.Android/StringProvider.cs')
-rw-r--r--Xamarin.Forms.ControlGallery.Android/StringProvider.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/Xamarin.Forms.ControlGallery.Android/StringProvider.cs b/Xamarin.Forms.ControlGallery.Android/StringProvider.cs
new file mode 100644
index 00000000..018ea7b3
--- /dev/null
+++ b/Xamarin.Forms.ControlGallery.Android/StringProvider.cs
@@ -0,0 +1,15 @@
+using Xamarin.Forms.Controls;
+
+namespace Xamarin.Forms.ControlGallery.Android
+{
+ public class StringProvider : IStringProvider
+ {
+ public string CoreGalleryTitle
+ {
+ get
+ {
+ return "Android CoreGallery";
+ }
+ }
+ }
+} \ No newline at end of file