Update SearchActivity.java

This commit is contained in:
vshcherb 2015-01-20 16:54:39 +01:00
parent 5eb82aaef5
commit 7f58a2d753

View file

@ -114,6 +114,7 @@ public class SearchActivity extends ActionBarActivity implements OsmAndLocationL
showOnlyOneTab = getIntent() != null && getIntent().getBooleanExtra(SHOW_ONLY_ONE_TAB, false);
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
getSupportActionBar().setTitle("");
getSupportActionBar().setBackgroundDrawable(new ColorDrawable(Color.parseColor("#39464d")));
// getSupportActionBar().setTitle(R.string.select_search_position);