res/layout/create_account.xml
changeset 972 364045ee3d8e
parent 767 74a987c3efb5
child 974 0867bf998775
equal deleted inserted replaced
971:772981f5683c 972:364045ee3d8e
    10 			android:text="@string/create_account_username" style="@style/Label" />
    10 			android:text="@string/create_account_username" style="@style/Label" />
    11 		<EditText android:id="@+id/create_account_username"
    11 		<EditText android:id="@+id/create_account_username"
    12 			android:inputType="textEmailAddress" android:imeOptions="actionNext"
    12 			android:inputType="textEmailAddress" android:imeOptions="actionNext"
    13 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    13 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    14 			android:singleLine="true"
    14 			android:singleLine="true"
       
    15 			android:hint="beem@beem-project.com "
    15 			android:contentDescription="@string/create_account_username"/>
    16 			android:contentDescription="@string/create_account_username"/>
    16 		<TextView android:id="@+id/create_account_label_password"
    17 		<TextView android:id="@+id/create_account_label_password"
    17 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    18 			android:layout_width="fill_parent" android:layout_height="wrap_content"
    18 			android:text="@string/create_account_password" style="@style/Label" />
    19 			android:text="@string/create_account_password" style="@style/Label" />
    19 		<EditText android:id="@+id/create_account_password"
    20 		<EditText android:id="@+id/create_account_password"