mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Layout opts.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user