android:hint="@string/auth_username"\r
android:inputType="textNoSuggestions" />\r
\r
- <FrameLayout\r
- android:layout_width="match_parent"\r
- android:layout_height="wrap_content" >\r
-\r
- <EditText\r
- android:id="@+id/account_password"\r
- android:layout_width="match_parent"\r
- android:layout_height="wrap_content"\r
- android:ems="10"\r
- android:hint="@string/auth_password"\r
- android:inputType="textPassword" />\r
-\r
- <ImageView\r
- android:id="@+id/viewPasswordButton"\r
- android:layout_width="wrap_content"\r
- android:layout_height="wrap_content"\r
- android:layout_gravity="right|center_vertical"\r
- android:onClick="onViewPasswordClick"\r
- android:src="@android:drawable/ic_menu_view"\r
- android:visibility="invisible" />\r
- </FrameLayout>\r
-\r
+ <EditText\r
+ android:id="@+id/account_password"\r
+ android:layout_width="match_parent"\r
+ android:layout_height="wrap_content"\r
+ android:ems="10"\r
+ android:hint="@string/auth_password"\r
+ android:inputType="textPassword"\r
+ android:drawablePadding="5dp"\r
+ />\r
+ \r
<TextView\r
android:id="@+id/auth_status_text"\r
android:layout_width="match_parent"\r