Enabled up nav

This commit is contained in:
M66B
2022-02-13 14:59:37 +01:00
parent 4432e35678
commit 1edba761c7
8 changed files with 8 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ public class ActivitySignature extends ActivityBase {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
boolean monospaced = prefs.getBoolean("monospaced", false);
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
getSupportActionBar().setSubtitle(getString(R.string.title_edit_signature));
LayoutInflater inflater = LayoutInflater.from(this);