diff options
| -rw-r--r-- | main/res/layout/compass_activity.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/layout/compass_activity.xml b/main/res/layout/compass_activity.xml index 49990fd..f0ab5ef 100644 --- a/main/res/layout/compass_activity.xml +++ b/main/res/layout/compass_activity.xml @@ -36,7 +36,7 @@ <RelativeLayout android:layout_width="fill_parent" - android:layout_height="30dip" > + android:layout_height="wrap_content" > <TextView android:id="@+id/heading" |
