From c46f50f86febc6d42b4da6c0160fc8fe3d494edf Mon Sep 17 00:00:00 2001 From: Emmanuel Corrales Date: Sun, 26 May 2019 17:24:16 +0800 Subject: Added a "SHOW EXTRA CONTENT" button under the "SHOW PASSWORD" button. (#510) * Add 'SHOW EXTRA CONTENT' button. * Show the extra content after clicking the 'SHOW EXTRA CONTENT' button. * Change the regular button to a toggle button and add text for hiding extra contents. * Change the implementaton of showing/hiding extra contents to accomodate using a toggle button. * Add padding to the top of the button. --- app/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 52f631c1..bdb77193 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -215,6 +215,8 @@ No external repository selected Send password as plaintext using… Show password + Show extra content + Hide extra content Repository URI App icon Folder icon -- cgit v1.2.3