Layout cleanups

This commit is contained in:
Christopher Eby 2011-12-26 18:08:13 -06:00
parent c0cf7cefd1
commit 92c26a094c
2 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,7 @@ THE SOFTWARE.
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_margin="5dip"
android:baselineAligned="false"
android:orientation="vertical">
<LinearLayout
android:id="@+id/text"

View File

@ -24,8 +24,7 @@ THE SOFTWARE.
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tab_host"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:layout_weight="1">
android:layout_width="fill_parent">
<LinearLayout
android:id="@+id/content"
android:orientation="vertical"