From: Soren Stoutner Date: Mon, 25 Jan 2021 19:51:06 +0000 (-0700) Subject: Add the option to display the password in the HTTP authentication dialog. https... X-Git-Tag: v3.7~14 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=ebee0eb99362877b173fccde3b2b26006df59ad9 Add the option to display the password in the HTTP authentication dialog. https://redmine.stoutner.com/issues/620 --- diff --git a/app/src/main/res/layout/http_authentication_dialog.xml b/app/src/main/res/layout/http_authentication_dialog.xml index 6698e215..30babc66 100644 --- a/app/src/main/res/layout/http_authentication_dialog.xml +++ b/app/src/main/res/layout/http_authentication_dialog.xml @@ -1,7 +1,7 @@ + android:layout_width="match_parent" + app:passwordToggleEnabled="true" >