Revert "Hide ActionBar title on AppDetails to make space"

This reverts commit 2b4147ed9fee4557723804df093e5a3bd838cfb4.
There's no need to make more space.
This commit is contained in:
Daniel Martí 2013-07-25 23:18:04 +02:00
parent c032cae0ff
commit a5492cac35

View File

@ -185,7 +185,6 @@ public class AppDetails extends ListActivity {
super.onCreate(savedInstanceState);
ActionBarCompat abCompat = ActionBarCompat.create(this);
abCompat.setDisplayHomeAsUpEnabled(true);
abCompat.setDisplayShowTitleEnabled(false);
setContentView(R.layout.appdetails);