diff options
| author | rsudev <rasch@munin-soft.de> | 2013-10-09 20:36:00 +0200 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-10-09 20:36:14 +0200 |
| commit | ef511403c2f85128969c5d085b54810f3dd51dbc (patch) | |
| tree | 8fcfe8b7098c3bee64f063c76be7714cbab5ddfe /main/res/layout | |
| parent | d7a6da5863ab90c068d4aa4f5b721e2d06c1f408 (diff) | |
| download | cgeo-ef511403c2f85128969c5d085b54810f3dd51dbc.zip cgeo-ef511403c2f85128969c5d085b54810f3dd51dbc.tar.gz cgeo-ef511403c2f85128969c5d085b54810f3dd51dbc.tar.bz2 | |
#3334, fix last line in main screen
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/main_activity.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/layout/main_activity.xml b/main/res/layout/main_activity.xml index 581dab4..ef86954 100644 --- a/main/res/layout/main_activity.xml +++ b/main/res/layout/main_activity.xml @@ -162,7 +162,7 @@ <RelativeLayout android:layout_width="fill_parent" - android:layout_height="16dip" > + android:layout_height="wrap_content" > <TextView android:id="@+id/nav_type" |
