aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/qr_code_activity.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-02-26 02:06:57 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-02-26 02:06:57 +0100
commit72acaaa41f88c729b651575a2c014cff11ca0fe4 (patch)
tree96875707d11f4b9dceb0c9493f0daa1fb3fcb730 /OpenKeychain/src/main/res/layout/qr_code_activity.xml
parenta38f84a40169a65bf0eac1e06165a844df9b642c (diff)
downloadopen-keychain-72acaaa41f88c729b651575a2c014cff11ca0fe4.tar.gz
open-keychain-72acaaa41f88c729b651575a2c014cff11ca0fe4.tar.bz2
open-keychain-72acaaa41f88c729b651575a2c014cff11ca0fe4.zip
Fingerprint verification, design fixes for qr code card
Diffstat (limited to 'OpenKeychain/src/main/res/layout/qr_code_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/qr_code_activity.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenKeychain/src/main/res/layout/qr_code_activity.xml b/OpenKeychain/src/main/res/layout/qr_code_activity.xml
index 126be4c3a..4ce097f40 100644
--- a/OpenKeychain/src/main/res/layout/qr_code_activity.xml
+++ b/OpenKeychain/src/main/res/layout/qr_code_activity.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:card_view="http://schemas.android.com/apk/res-auto"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -21,16 +20,17 @@
android:layout_margin="32dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- card_view:cardBackgroundColor="@android:color/white"
- card_view:cardUseCompatPadding="true"
- card_view:cardCornerRadius="4dp">
+ android:clickable="true"
+ android:foreground="?android:attr/selectableItemBackground"
+ app:cardBackgroundColor="@android:color/white"
+ app:cardUseCompatPadding="true"
+ app:cardCornerRadius="4dp">
<org.sufficientlysecure.keychain.ui.widget.AspectRatioImageView
android:id="@+id/qr_code_image"
- app:aspectRatioEnabled="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- style="?android:attr/borderlessButtonStyle" />
+ app:aspectRatioEnabled="true" />
</android.support.v7.widget.CardView>
</LinearLayout>