From b5fa6192b39d219cb96ed121f1bf369def97eff6 Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Mon, 22 Jun 2020 20:06:55 +0200 Subject: [PATCH] Make the buttons in TransferEntriesActivity behave like actual buttons --- app/src/main/res/layout/activity_share_entry.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_share_entry.xml b/app/src/main/res/layout/activity_share_entry.xml index bc3c7dc4..6358d5f1 100644 --- a/app/src/main/res/layout/activity_share_entry.xml +++ b/app/src/main/res/layout/activity_share_entry.xml @@ -73,7 +73,7 @@ android:layout_height="wrap_content" android:layout_marginEnd="4dp" android:layout_marginBottom="4dp" - android:background="@android:color/transparent" + android:background="?android:attr/selectableItemBackground" android:text="@string/next" android:textAllCaps="false" android:textColor="@color/code_primary_text" @@ -86,7 +86,7 @@ android:layout_height="wrap_content" android:layout_marginEnd="4dp" android:layout_marginBottom="4dp" - android:background="@android:color/transparent" + android:background="?android:attr/selectableItemBackground" android:text="@string/previous" android:textAllCaps="false" android:visibility="invisible"