Commit 251955a4 authored by Grigory Fedorov's avatar Grigory Fedorov

ContactList: launcher icon set as logo.

parent 9a7f7d49
...@@ -116,7 +116,9 @@ public class ContactList extends ManagedActivity implements OnAccountChangedList ...@@ -116,7 +116,9 @@ public class ContactList extends ManagedActivity implements OnAccountChangedList
} }
setContentView(R.layout.contact_list); setContentView(R.layout.contact_list);
setSupportActionBar((Toolbar) findViewById(R.id.toolbar_default)); Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar_default);
toolbar.setLogo(R.drawable.ic_launcher);
setSupportActionBar(toolbar);
setTitle(getString(R.string.production_title)); setTitle(getString(R.string.production_title));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment