<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright © 2017,2019-2020 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017,2019-2021 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_height="wrap_content"
android:layout_width="match_parent" >
<!-- The `TextInputLayout` makes the `android:hint` float above the `EditText`. -->
<com.google.android.material.textfield.TextInputLayout
android:layout_height="wrap_content"
- android:layout_width="match_parent" >
+ android:layout_width="match_parent"
+ app:passwordToggleEnabled="true" >
<!-- `android:imeOptions="actionGo"` sets the keyboard to have a `go` key instead of a `new line` key. -->
<com.google.android.material.textfield.TextInputEditText