Fix padding in create key

This commit is contained in:
Dominik Schürmann 2015-03-09 13:18:21 +01:00
parent 9572327c36
commit cf2aa34970

View file

@ -62,6 +62,8 @@
android:id="@+id/create_key_passphrase"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:imeOptions="actionNext"
android:inputType="textPassword"
android:hint="@string/label_passphrase"