Adapt the unlock button size in AuthActivity to the text width

pull/111/head
Alexander Bakker 6 years ago committed by Michael Schättgen
parent 66f99eb4d4
commit 1c9d07a47d

@ -38,7 +38,8 @@
android:id="@+id/text_password"/>
<Button
android:id="@+id/button_decrypt"
android:layout_width="125dp"
android:minWidth="125dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/unlock" />
</LinearLayout>

Loading…
Cancel
Save