|
@@ -19,7 +19,7 @@
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
-->
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:padding="@dimen/standard_padding"
|
|
@@ -231,7 +231,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:visibility="gone"
|
|
|
app:passwordToggleDrawable="@drawable/password_visibility_selector"
|
|
|
- app:passwordToggleTint="@color/white">
|
|
|
+ app:passwordToggleTint="@color/white">
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/account_password"
|