From 7eb866b94344c39ecfba309ee6f9efe58e0a9238 Mon Sep 17 00:00:00 2001 From: Balasankar C Date: Tue, 16 Jan 2018 20:31:39 +0000 Subject: Fix totp elements layout (#367) * Fix totp elements layout * Add missing rule * Make username copy button invisible by default * Fix totp copy button string * Don't show username fields if not set --- app/src/main/res/layout/decrypt_layout.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/decrypt_layout.xml b/app/src/main/res/layout/decrypt_layout.xml index e5095d66..ac274e4e 100644 --- a/app/src/main/res/layout/decrypt_layout.xml +++ b/app/src/main/res/layout/decrypt_layout.xml @@ -133,6 +133,7 @@ android:layout_alignParentEnd="true" android:layout_alignParentTop="true" android:contentDescription="@string/copy_username" + android:visibility="invisible" android:background="@color/background" android:src="@drawable/ic_content_copy"/> @@ -170,9 +171,9 @@ android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_alignParentEnd="true" - android:layout_alignParentTop="true" + android:layout_below="@id/crypto_username_show" android:visibility="invisible" - android:contentDescription="@string/copy_username" + android:contentDescription="@string/copy_totp" android:background="@color/background" android:src="@drawable/ic_content_copy"/> @@ -182,9 +183,9 @@ android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_alignParentStart="true" - android:layout_alignParentTop="true" android:layout_toLeftOf="@id/crypto_copy_totp" android:layout_toStartOf="@id/crypto_copy_totp" + android:layout_below="@id/crypto_username_show" android:text="@string/totp" android:textColor="@android:color/black" android:textStyle="bold" /> -- cgit v1.2.3