Externalize secret key selection into fragment for reuse in different activities

This commit is contained in:
Dominik Schürmann
2014-01-18 18:44:34 +01:00
parent 68042847df
commit 47e3bd6d65
11 changed files with 244 additions and 170 deletions

View File

@@ -5,7 +5,7 @@
android:orientation="vertical" >
<Spinner
android:id="@+id/keyServer"
android:id="@+id/sign_key_keyserver"
android:layout_width="match_parent"
android:layout_height="wrap_content" />