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

@@ -59,6 +59,7 @@ public class ActivityWidgetSync extends ActivityBase {
boolean semi = prefs.getBoolean("widget." + appWidgetId + ".semi", true);
int background = prefs.getInt("widget." + appWidgetId + ".background", Color.TRANSPARENT);
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
getSupportActionBar().setSubtitle(R.string.title_widget_title_sync);
setContentView(R.layout.activity_widget_sync);