From e89b9756eea7a7b34d1b93383cfd2c3b6ef817ae Mon Sep 17 00:00:00 2001 From: mcarare Date: Fri, 9 Oct 2020 13:44:30 +0300 Subject: [PATCH] For #13831: Add ripple for the copy password button. --- app/src/main/res/layout/fragment_login_detail.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_login_detail.xml b/app/src/main/res/layout/fragment_login_detail.xml index 3faa7205e..685ca8f15 100644 --- a/app/src/main/res/layout/fragment_login_detail.xml +++ b/app/src/main/res/layout/fragment_login_detail.xml @@ -153,7 +153,7 @@ android:id="@+id/copyPassword" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="@null" + android:background="?android:attr/selectableItemBackgroundBorderless" android:contentDescription="@string/saved_logins_copy_password" app:layout_constraintBottom_toBottomOf="@id/passwordText" app:layout_constraintEnd_toEndOf="@id/openWebAddress"