Add additional email addresses in create key

This commit is contained in:
Dominik Schürmann
2015-03-10 01:44:07 +01:00
parent e3547b4979
commit bce0fe6221
16 changed files with 522 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
android:layout_height="match_parent">
<ScrollView
android:layout_alignParentTop="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true"
@@ -34,6 +35,12 @@
android:hint="@string/label_email"
android:ems="10" />
<android.support.v7.widget.RecyclerView
android:id="@+id/create_key_emails"
android:scrollbars="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
</ScrollView>