Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
---|
3 | android:id="@+id/layout_root"
|
---|
4 | android:layout_width="wrap_content"
|
---|
5 | android:layout_height="fill_parent"
|
---|
6 | android:orientation="vertical"
|
---|
7 | android:padding="10dp" >
|
---|
8 | <EditText
|
---|
9 | android:id="@+id/emailTo"
|
---|
10 | android:layout_width="match_parent"
|
---|
11 | android:layout_height="wrap_content"
|
---|
12 | android:hint="Email"
|
---|
13 | android:inputType="textEmailAddress" />
|
---|
14 | </LinearLayout> |
---|
Note: See
TracBrowser
for help on using the repository browser.