From: Damyan Ivanov Date: Sun, 1 Sep 2019 09:23:32 +0000 (+0300) Subject: allow toggling password visibility in profile details X-Git-Tag: v0.11.0~109 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=1c5c0e7deda5b183c8dcf184dcc9e1aa29d87ab4 allow toggling password visibility in profile details --- diff --git a/app/src/main/res/layout/profile_detail.xml b/app/src/main/res/layout/profile_detail.xml index 3479cf07..49068d47 100644 --- a/app/src/main/res/layout/profile_detail.xml +++ b/app/src/main/res/layout/profile_detail.xml @@ -17,6 +17,7 @@ + android:orientation="vertical" + app:passwordToggleEnabled="true"> + android:inputType="textWebPassword" />