Layout opts.

This commit is contained in:
Brian Pellin 2009-12-19 00:04:44 -06:00
parent 46e042f6e2
commit aa9f20ec4f
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"