use app name in conversations overview instead of logo
This commit is contained in:
parent
cbcd5b4208
commit
61433b0401
2 changed files with 3 additions and 2 deletions
src/main
|
@ -1123,8 +1123,8 @@ public class ConversationsActivity extends XmppActivity implements OnConversatio
|
|||
}
|
||||
}
|
||||
actionBar.setDisplayShowCustomEnabled(false);
|
||||
actionBar.setTitle(null);
|
||||
actionBar.setIcon(R.drawable.logo_800);
|
||||
actionBar.setTitle(R.string.app_title);
|
||||
//actionBar.setIcon(R.drawable.logo_800);
|
||||
//actionBar.setBackgroundDrawable(new ColorDrawable(getResources().getColor(R.color.header_background)));
|
||||
actionBar.setDisplayHomeAsUpEnabled(false);
|
||||
ActionBarUtil.resetCustomActionBarOnClickListeners(binding.toolbar);
|
||||
|
|
|
@ -1331,4 +1331,5 @@
|
|||
<string name="show_keyboard">Show keyboard</string>
|
||||
<string name="pref_show_thread_feature_summary">Show thread icon in input field and allow creating and following threads</string>
|
||||
<string name="pref_show_thread_feature">Show thread icon</string>
|
||||
<string name="app_title"><b>monocles chat</b></string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue