aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/encrypt_files_fragment.xml
diff options
context:
space:
mode:
authorManoj Khanna <manojkhannakm@gmail.com>2015-04-22 18:30:35 +0530
committerManoj Khanna <manojkhannakm@gmail.com>2015-04-22 19:22:12 +0530
commitaecebd2ac012804477ab3ec59ca6cf0417a56c5f (patch)
treef4d67da5222c952a890725ba3cd4b736abf72226 /OpenKeychain/src/main/res/layout/encrypt_files_fragment.xml
parent43484c8236345838d5a33202a156cb5a5192cf5f (diff)
downloadopen-keychain-aecebd2ac012804477ab3ec59ca6cf0417a56c5f.tar.gz
open-keychain-aecebd2ac012804477ab3ec59ca6cf0417a56c5f.tar.bz2
open-keychain-aecebd2ac012804477ab3ec59ca6cf0417a56c5f.zip
Fixed Snackbar behind layout
Surrounded string with quotes
Diffstat (limited to 'OpenKeychain/src/main/res/layout/encrypt_files_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/encrypt_files_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/layout/encrypt_files_fragment.xml b/OpenKeychain/src/main/res/layout/encrypt_files_fragment.xml
index b75ec5022..8fd2c79fc 100644
--- a/OpenKeychain/src/main/res/layout/encrypt_files_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/encrypt_files_fragment.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
@@ -12,4 +12,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
-</LinearLayout> \ No newline at end of file
+</RelativeLayout> \ No newline at end of file