aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2012-02-14 12:28:22 -0600
committerAndy Doan <andy.doan@linaro.org>2012-02-14 12:28:22 -0600
commit08e4caf7b0ce4dee26d63cbee8a9d38c0b0c5a75 (patch)
tree1826392919e33d0bb8afc4f07954eeae292e8408
parent387b9bc6c1264480a5423e759aa63d1e6d538c92 (diff)
downloadLinaroConnect-08e4caf7b0ce4dee26d63cbee8a9d38c0b0c5a75.tar.gz
fix warning about missing input type in layout
The new SDK recommends giving a tip to explain what is expected for the edit text field. Signed-off-by: Andy Doan <andy.doan@linaro.org>
-rw-r--r--res/layout/my_schedule_unconfigured.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/my_schedule_unconfigured.xml b/res/layout/my_schedule_unconfigured.xml
index 0b4a90b..047f633 100644
--- a/res/layout/my_schedule_unconfigured.xml
+++ b/res/layout/my_schedule_unconfigured.xml
@@ -24,6 +24,7 @@
android:id="@+id/my_schedule_user"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
+ android:inputType="textEmailAddress"
/>
<TextView
android:layout_height="wrap_content"