aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-07 22:59:39 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-07 22:59:39 +0100
commita2f0667593be2f7ecd5b0e2445321a22a90eea9e (patch)
tree4bef45c713467ca6d146f71af3e177df25a224dc /OpenPGP-Keychain/res/layout
parentcaf3b02042f94b7b2a9b019b01d45c41bf035140 (diff)
downloadopen-keychain-a2f0667593be2f7ecd5b0e2445321a22a90eea9e.tar.gz
open-keychain-a2f0667593be2f7ecd5b0e2445321a22a90eea9e.tar.bz2
open-keychain-a2f0667593be2f7ecd5b0e2445321a22a90eea9e.zip
action encrypt to contact in view and multi select
Diffstat (limited to 'OpenPGP-Keychain/res/layout')
-rw-r--r--OpenPGP-Keychain/res/layout/key_view_activity.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/res/layout/key_view_activity.xml b/OpenPGP-Keychain/res/layout/key_view_activity.xml
index 326959e97..8c6281d5b 100644
--- a/OpenPGP-Keychain/res/layout/key_view_activity.xml
+++ b/OpenPGP-Keychain/res/layout/key_view_activity.xml
@@ -113,4 +113,17 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
+ <TextView
+ style="@style/SectionHeader"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:padding="4dp"
+ android:text="@string/section_actions" />
+
+ <Button
+ android:id="@+id/action_encrypt"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/key_view_action_encrypt" />
+
</LinearLayout> \ No newline at end of file