aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout/key_view_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/res/layout/key_view_activity.xml')
-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