aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout-land
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-09-29 03:24:27 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-09-29 03:25:36 +0200
commitbc09d290f8c2a5db8ec8caa12e8e321d9aa51bad (patch)
tree897bc33d4c0134886d8c51543dbb34d392d44969 /OpenKeychain/src/main/res/layout-land
parent4923f081528be60b3b212293cab4cf2ddfd9b551 (diff)
downloadopen-keychain-bc09d290f8c2a5db8ec8caa12e8e321d9aa51bad.tar.gz
open-keychain-bc09d290f8c2a5db8ec8caa12e8e321d9aa51bad.tar.bz2
open-keychain-bc09d290f8c2a5db8ec8caa12e8e321d9aa51bad.zip
enc-export: localization, and layout compatibility
Diffstat (limited to 'OpenKeychain/src/main/res/layout-land')
-rw-r--r--OpenKeychain/src/main/res/layout-land/qr_code_activity.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/OpenKeychain/src/main/res/layout-land/qr_code_activity.xml b/OpenKeychain/src/main/res/layout-land/qr_code_activity.xml
deleted file mode 100644
index 59a733e89..000000000
--- a/OpenKeychain/src/main/res/layout-land/qr_code_activity.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <include
- android:id="@+id/toolbar_include"
- layout="@layout/toolbar_standalone" />
-
- <LinearLayout
- android:layout_below="@id/toolbar_include"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
-
- <android.support.v7.widget.CardView
- android:id="@+id/qr_code_image_layout"
- android:transitionName="qr_code"
- android:layout_gravity="center_horizontal"
- android:layout_margin="32dp"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- 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"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- app:dominantMeasurement="height"
- app:aspectRatioEnabled="true" />
- </android.support.v7.widget.CardView>
-
- </LinearLayout>
-</RelativeLayout> \ No newline at end of file