mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +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"/>
|
android:id="@+id/text_password"/>
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/button_decrypt"
|
android:id="@+id/button_decrypt"
|
||||||
android:layout_width="125dp"
|
android:minWidth="125dp"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/unlock" />
|
android:text="@string/unlock" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue