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 | |
| 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')
| -rw-r--r-- | main/res/layout/main_activity.xml | 2 | ||||
| -rw-r--r-- | main/res/values/styles.xml | 1 |
2 files changed, 1 insertions, 2 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" diff --git a/main/res/values/styles.xml b/main/res/values/styles.xml index fed8e1e..c566122 100644 --- a/main/res/values/styles.xml +++ b/main/res/values/styles.xml @@ -228,7 +228,6 @@ <style name="location_current_style"> <item name="android:layout_width">wrap_content</item> <item name="android:layout_height">wrap_content</item> - <item name="android:layout_alignParentBottom">true</item> <item name="android:layout_gravity">right</item> <item name="android:paddingLeft">3dip</item> <item name="android:paddingRight">3dip</item> |
