aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/passphrase_wizard_fragment_select_methods.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/layout/passphrase_wizard_fragment_select_methods.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/passphrase_wizard_fragment_select_methods.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenKeychain/src/main/res/layout/passphrase_wizard_fragment_select_methods.xml b/OpenKeychain/src/main/res/layout/passphrase_wizard_fragment_select_methods.xml
index 42baa6a0d..d509fbeec 100644
--- a/OpenKeychain/src/main/res/layout/passphrase_wizard_fragment_select_methods.xml
+++ b/OpenKeychain/src/main/res/layout/passphrase_wizard_fragment_select_methods.xml
@@ -33,7 +33,7 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:clickable="true"
android:onClick="noPassphrase"
- style="@style/SelectableItem"/>
+ android:background="?android:selectableItemBackground"/>
<View
android:layout_width="match_parent"
@@ -51,7 +51,7 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:clickable="true"
android:onClick="passphrase"
- style="@style/SelectableItem"/>
+ android:background="?android:selectableItemBackground"/>
<View
android:layout_width="match_parent"
android:layout_height="1dip"
@@ -67,7 +67,7 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:clickable="true"
android:onClick="startLockpattern"
- style="@style/SelectableItem"/>
+ android:background="?android:selectableItemBackground"/>
<View
android:layout_width="match_parent"
android:layout_height="1dip"
@@ -83,7 +83,7 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:clickable="true"
android:onClick="NFC"
- style="@style/SelectableItem"/>
+ android:background="?android:selectableItemBackground"/>
</LinearLayout>
</ScrollView>