diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2012-12-11 23:11:24 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2012-12-11 23:11:34 +0100 |
| commit | ded676a4dc178450a7c676f56616f814d0f6586d (patch) | |
| tree | 714f96be00552d33fbbac768154e63b46db29491 /main/res/layout | |
| parent | 16b21061eb0be6c0cfd09b281f199e6e19608627 (diff) | |
| download | cgeo-ded676a4dc178450a7c676f56616f814d0f6586d.zip cgeo-ded676a4dc178450a7c676f56616f814d0f6586d.tar.gz cgeo-ded676a4dc178450a7c676f56616f814d0f6586d.tar.bz2 | |
Fix layout of status message on main screen
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/main.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/layout/main.xml b/main/res/layout/main.xml index eedcc8a..1341821 100644 --- a/main/res/layout/main.xml +++ b/main/res/layout/main.xml @@ -33,7 +33,7 @@ android:layout_centerVertical="true" android:layout_margin="4dip" /> <TextView android:id="@+id/status_message" - android:layout_width="wrap_content" + android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_toRightOf="@id/status_icon" android:layout_centerVertical="true" |
