mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 03:49:58 +02:00
adapt activities to edge-to-edge
This commit is contained in:
parent
5faea5e40a
commit
396ed14067
40 changed files with 203 additions and 61 deletions
|
@ -920,6 +920,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
supportActionBar.setCustomView(R.layout.conversation_title_view);
|
||||
supportActionBar.setDisplayShowCustomEnabled(true);
|
||||
supportActionBar.setDisplayShowTitleEnabled(false);
|
||||
supportActionBar.setElevation(0); // TODO: use custom toolbar instead
|
||||
|
||||
Toolbar parent = (Toolbar) supportActionBar.getCustomView().getParent();
|
||||
parent.setPadding(0,0,0,0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue