Commit 89be8177 authored by Andrew Twyman's avatar Andrew Twyman

Android example: Don't treat hint text a as real text entry

parent dd051aac
......@@ -43,6 +43,6 @@
android:layout_above="@+id/actions"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:text="Type some text here"
android:hint="Type some text here"
android:gravity="left|top" />
</RelativeLayout>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment