aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-06-16 15:41:46 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-06-17 18:53:03 +0200
commite85982a41925288732de3eeb2970608a4e597f83 (patch)
treeb4314325cb8deb8739c672975bbaabec29f13172
parent3755bce9cee32041a236e0d4d66474eaf4e18386 (diff)
downloadopen-keychain-e85982a41925288732de3eeb2970608a4e597f83.tar.gz
open-keychain-e85982a41925288732de3eeb2970608a4e597f83.tar.bz2
open-keychain-e85982a41925288732de3eeb2970608a4e597f83.zip
nicer preview of decrypt_text_fragment layout
-rw-r--r--OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml b/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
index ea6be462f..cb20254ff 100644
--- a/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
android:visibility="gone"
+ tools:visibility="visible"
android:id="@+id/decrypt_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -28,6 +30,7 @@
android:layout_height="wrap_content"
android:gravity="top"
android:hint=""
+ tools:text="This is the plaintext"
android:textIsSelectable="true" />
</ScrollView>