diff --git a/OsmAnd/res/layout/dashboard.xml b/OsmAnd/res/layout/dashboard.xml index c4e0be2f6f..a87ad02735 100644 --- a/OsmAnd/res/layout/dashboard.xml +++ b/OsmAnd/res/layout/dashboard.xml @@ -13,14 +13,13 @@ android:orientation="vertical" android:id="@+id/content" android:layout_width="match_parent" - android:layout_height="wrap_content"> - - + android:layout_height="match_parent"/> - 2) { diff --git a/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyLoadingFragment.java b/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyLoadingFragment.java index e6c7887ca3..4070efc8d4 100644 --- a/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyLoadingFragment.java +++ b/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyLoadingFragment.java @@ -20,7 +20,7 @@ public class SherpafyLoadingFragment extends SherlockFragment { public View onCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, Bundle savedInstanceState) { app = (OsmandApplication) getSherlockActivity().getApplication(); - view = inflater.inflate(R.layout.sherpafy_loading, container, false); + view = inflater.inflate(R.layout.loading, container, false); return view; }