|
@@ -137,6 +137,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="@dimen/alternate_margin"
|
|
|
android:drawableLeft="@android:drawable/stat_notify_sync"
|
|
|
+ android:drawableStart="@android:drawable/stat_notify_sync"
|
|
|
android:drawablePadding="@dimen/alternate_half_padding"
|
|
|
android:gravity="center_vertical"
|
|
|
android:textColor="@color/login_text_color"
|
|
@@ -206,7 +207,6 @@
|
|
|
android:id="@+id/account_username"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:contentDescription="@string/auth_username"
|
|
|
android:ems="10"
|
|
|
android:hint="@string/auth_username"
|
|
|
android:inputType="textNoSuggestions"
|
|
@@ -227,7 +227,6 @@
|
|
|
android:id="@+id/account_password"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:contentDescription="@string/auth_password"
|
|
|
android:drawablePadding="@dimen/alternate_half_padding"
|
|
|
android:ems="10"
|
|
|
android:hint="@string/auth_password"
|
|
@@ -243,6 +242,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="@dimen/alternate_margin"
|
|
|
android:drawableLeft="@android:drawable/stat_notify_sync"
|
|
|
+ android:drawableStart="@android:drawable/stat_notify_sync"
|
|
|
android:drawablePadding="@dimen/alternate_half_padding"
|
|
|
android:gravity="center_vertical"
|
|
|
android:text="@string/auth_unauthorized"
|