mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 05:52:52 +00:00
Adapt the unlock button size in AuthActivity to the text width
This commit is contained in:
parent
66f99eb4d4
commit
1c9d07a47d
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue