mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Switched to app bar
This commit is contained in:
@@ -109,12 +109,12 @@ public class ActivityEML extends ActivityBase {
|
||||
junk = savedInstanceState.getBoolean("fair:junk");
|
||||
}
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
getSupportActionBar().setSubtitle("EML");
|
||||
|
||||
View view = LayoutInflater.from(this).inflate(R.layout.activity_eml, null);
|
||||
setContentView(view);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
getSupportActionBar().setSubtitle("EML");
|
||||
|
||||
tvFrom = findViewById(R.id.tvFrom);
|
||||
tvTo = findViewById(R.id.tvTo);
|
||||
tvReplyTo = findViewById(R.id.tvReplyTo);
|
||||
|
||||
Reference in New Issue
Block a user