Skip to content

Instantly share code, notes, and snippets.

@mattregul
Last active November 10, 2015 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattregul/c84ce11ee9996aa514b9 to your computer and use it in GitHub Desktop.
Save mattregul/c84ce11ee9996aa514b9 to your computer and use it in GitHub Desktop.
Xamarin Forms: 1.5.1.6471
=== Xamarin Studio ===
Version 5.9.8 (build 0)
Installation UUID: bafbd163-4115-41f5-bf62-3eed667ecfa6
Runtime:
Mono 4.0.5 ((detached/1d8d582)
GTK+ 2.24.23 (Raleigh theme)
Package version: 400050001
=== Apple Developer Tools ===
Xcode 7.0.1 (8228)
Build 7A1001
=== Xamarin.Mac ===
Version: 2.0.2.111 (Starter Edition)
=== Xamarin.iOS ===
Version: 9.1.0.27 (Business Edition)
Hash: 1f068b4
Branch: master
Build date: 2015-10-27 18:59:21-0400
=== Xamarin.Android ===
Version: 5.1.9.0 (Business Edition)
Android SDK: /Users/desenvolvedor3/Library/Developer/Xamarin/android-sdk-macosx
Supported Android versions:
2.3 (API level 10)
4.0.3 (API level 15)
4.1 (API level 16)
4.2 (API level 17)
4.4 (API level 19)
5.0 (API level 21)
5.1 (API level 22)
6.0 (API level 23)
Java SDK: /usr
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
=== Xamarin Android Player ===
Not Installed
=== Build Information ===
Release ID: 509080000
Git revision: cc5f6e5658589ca7f46210c57fad947e75f30abd
Build date: 2015-10-21 19:27:41-04
Xamarin addins: d77f191bd7d3451adf837b85b38f2b7c60004400
=== Operating System ===
Mac OS X 10.11.0
Darwin desenvolvedor3s-MacBook-Pro.local 15.0.0 Darwin Kernel Version 15.0.0
Wed Aug 26 16:57:32 PDT 2015
root:xnu-3247.1.106~1/RELEASE_X86_64 x86_64
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="BlankProject.Views.KeyboardView" Title="Keyboard Page">
<StackLayout>
<TableView Intent="Form" HasUnevenRows="true">
<TableRoot>
<TableSection>
<EntryCell Label="Text" Text="" Keyboard="Text" />
<EntryCell Label="Text 2" Text="" Keyboard="Text" />
<EntryCell Label="Text 3" Text="" Keyboard="Text" />
<EntryCell Label="Text 4" Text="" Keyboard="Text" />
<EntryCell Label="Text 5" Text="" Keyboard="Text" />
<EntryCell Label="Text 6" Text="" Keyboard="Text" />
<EntryCell Label="Text 7" Text="" Keyboard="Text" />
<EntryCell Label="Text 8" Text="" Keyboard="Text" />
<EntryCell Label="Text 9" Text="" Keyboard="Text" />
<EntryCell Label="Text 10" Text="" Keyboard="Text" />
<EntryCell Label="Telephone" Text="" Keyboard="Telephone" />
<EntryCell Label="Email" Text="" Keyboard="Email" />
<EntryCell Label="Numeric" Text="" Keyboard="Numeric" />
</TableSection>
</TableRoot>
</TableView>
</StackLayout>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment