mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Use custom action bar view for setup/compose
This commit is contained in:
@@ -48,6 +48,8 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
|
||||
setContentView(R.layout.activity_compose);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
getSupportActionBar().setCustomView(R.layout.action_bar);
|
||||
getSupportActionBar().setDisplayShowCustomEnabled(true);
|
||||
|
||||
getSupportFragmentManager().addOnBackStackChangedListener(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user