mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-04-06 14:27:36 +03:00
Layout opts.
This commit is contained in:
parent
46e042f6e2
commit
aa9f20ec4f
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
-->
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
android:layout_height="wrap_content">
|
||||
<Button android:id="@+id/entry_save"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
android:layout_below="@id/entry_divider1">
|
||||
<TableLayout android:id="@+id/entry_table"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_width="fill_parent">
|
||||
android:layout_width="wrap_content">
|
||||
<!-- Username -->
|
||||
<TableRow>
|
||||
<TextView android:id="@+id/entry_user_name_label"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue