From ebee0eb99362877b173fccde3b2b26006df59ad9 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Mon, 25 Jan 2021 12:51:06 -0700 Subject: [PATCH 1/1] Add the option to display the password in the HTTP authentication dialog. https://redmine.stoutner.com/issues/620 --- app/src/main/res/layout/http_authentication_dialog.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" >