aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml b/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
index 0f341b2d6..fb01a5ef0 100644
--- a/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
@@ -48,7 +48,7 @@
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:clickable="true"
- style="@style/SelectableItem"
+ android:background="?android:selectableItemBackground"
android:orientation="horizontal">
<TextView
@@ -79,7 +79,7 @@
android:padding="8dp"
android:src="@drawable/ic_content_copy_grey_24dp"
android:layout_gravity="center_vertical"
- style="@style/SelectableItem" />
+ android:background="?android:selectableItemBackground" />
</LinearLayout>