mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Switched to app bar
This commit is contained in:
@@ -35,9 +35,10 @@ public class ActivityClear extends ActivityBase {
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
setContentView(R.layout.activity_clear);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
getSupportActionBar().setSubtitle(getString(R.string.title_advanced_clear_all));
|
||||
setContentView(R.layout.activity_clear);
|
||||
|
||||
btnClearAll = findViewById(R.id.btnClearAll);
|
||||
btnCancel = findViewById(R.id.btnCancel);
|
||||
|
||||
Reference in New Issue
Block a user