mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Remove leading space in action bar title of Accounts activity
This commit is contained in:
parent
d3e840a9ee
commit
8100e00523
@ -149,7 +149,7 @@ public class Accounts extends K9ListActivity implements OnItemClickListener {
|
||||
|
||||
class AccountsHandler extends Handler {
|
||||
private void setViewTitle() {
|
||||
mActionBarTitle.setText(" " + getString(R.string.accounts_title));
|
||||
mActionBarTitle.setText(getString(R.string.accounts_title));
|
||||
|
||||
if (mUnreadMessageCount == 0) {
|
||||
mActionBarUnread.setVisibility(View.GONE);
|
||||
|
Loading…
Reference in New Issue
Block a user