res/layout/create_account.xml
changeset 988 d7ddcccdff8a
parent 974 0867bf998775
--- a/res/layout/create_account.xml	Tue Jan 18 00:26:02 2011 +0100
+++ b/res/layout/create_account.xml	Tue Jun 05 16:29:25 2012 +0200
@@ -12,6 +12,7 @@
 			android:inputType="textEmailAddress" android:imeOptions="actionNext"
 			android:layout_width="fill_parent" android:layout_height="wrap_content"
 			android:singleLine="true"
+			android:hint="beem@beem-project.com "
 			android:contentDescription="@string/create_account_username"/>
 		<TextView android:id="@+id/create_account_label_password"
 			android:layout_width="fill_parent" android:layout_height="wrap_content"
@@ -33,13 +34,11 @@
 			android:layout_weight="1" android:layout_marginBottom="18dp" />
 		<Button android:id="@+id/create_account_button"
 			android:layout_width="fill_parent" android:layout_height="wrap_content"
-			android:text="@string/button_create_account" android:textStyle="bold"
-			android:textColor="#333333" android:textSize="18sp"
+			android:text="@string/button_create_account"
 			android:layout_gravity="bottom" />
 		<Button android:id="@+id/create_account_login_button"
 			android:layout_width="fill_parent" android:layout_height="wrap_content"
-			android:text="@string/button_create_login_account" android:textStyle="bold"
-			android:textColor="#333333" android:textSize="18sp"
+			android:text="@string/button_create_login_account"
 			android:layout_gravity="bottom" />
 	</LinearLayout>
 </ScrollView>