diff --git a/OsmAnd/res/layout-large-land/dashboard.xml b/OsmAnd/res/layout-large-land/dashboard.xml index 876a3002f8..aac0713f21 100644 --- a/OsmAnd/res/layout-large-land/dashboard.xml +++ b/OsmAnd/res/layout-large-land/dashboard.xml @@ -21,8 +21,10 @@ android:padding="@dimen/dashPadding" android:layout_width="match_parent" android:layout_height="wrap_content"> + @@ -31,7 +33,12 @@ android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content"/> - + - - @@ -91,32 +91,6 @@ - - - - - - - - - - \ No newline at end of file diff --git a/OsmAnd/res/layout/editing_poi_filter.xml b/OsmAnd/res/layout/editing_poi_filter.xml index 1e0ebe7af2..d21f6dfd63 100644 --- a/OsmAnd/res/layout/editing_poi_filter.xml +++ b/OsmAnd/res/layout/editing_poi_filter.xml @@ -2,6 +2,7 @@ 6dp - 18sp + 16sp 21sp 24sp \ No newline at end of file diff --git a/OsmAnd/src/net/osmand/plus/activities/search/SearchPOIActivity.java b/OsmAnd/src/net/osmand/plus/activities/search/SearchPOIActivity.java index 61fd56cab3..7bd5dfa2de 100644 --- a/OsmAnd/src/net/osmand/plus/activities/search/SearchPOIActivity.java +++ b/OsmAnd/src/net/osmand/plus/activities/search/SearchPOIActivity.java @@ -211,7 +211,7 @@ public class SearchPOIActivity extends OsmandListActivity implements OsmAndCompa @Override public void onCreate(Bundle icicle) { - requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); + supportRequestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); super.onCreate(icicle); setContentView(R.layout.searchpoi);