1
0
Fork 1

use app name in conversations overview instead of logo

This commit is contained in:
Arne 2023-10-15 23:36:25 +02:00
parent cbcd5b4208
commit 61433b0401
2 changed files with 3 additions and 2 deletions
src/main
java/eu/siacs/conversations/ui
res/values

View file

@ -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);

View file

@ -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>