Identity creation dialog improvements

This commit is contained in:
2016-10-02 15:40:18 +02:00
parent dea9231fcf
commit bfd5a72b52
9 changed files with 150 additions and 155 deletions

View File

@@ -70,7 +70,7 @@
<android.support.design.widget.TextInputLayout
android:id="@+id/number_of_identities_wrapper"
android:layout_width="312dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toBottomOf="@id/passphrase_wrapper">
@@ -88,7 +88,7 @@
<Switch
android:id="@+id/shorter"
android:layout_width="312dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/shorter"
app:layout_constraintLeft_toLeftOf="parent"