action encrypt to contact in view and multi select

This commit is contained in:
Dominik Schürmann
2014-01-07 22:59:39 +01:00
parent caf3b02042
commit a2f0667593
5 changed files with 77 additions and 17 deletions

View File

@@ -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>