mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Switched to app bar
This commit is contained in:
@@ -54,11 +54,11 @@ public class ActivityAnswer extends ActivityBase {
|
||||
final CharSequence query = intent.getCharSequenceExtra(Intent.EXTRA_PROCESS_TEXT);
|
||||
final boolean readonly = intent.getBooleanExtra(Intent.EXTRA_PROCESS_TEXT_READONLY, false);
|
||||
|
||||
getSupportActionBar().setSubtitle(query == null ? null : query.toString());
|
||||
|
||||
View view = LayoutInflater.from(this).inflate(R.layout.activity_answer, null);
|
||||
setContentView(view);
|
||||
|
||||
getSupportActionBar().setSubtitle(query == null ? null : query.toString());
|
||||
|
||||
ListView lvAnswer = view.findViewById(R.id.lvAnswer);
|
||||
Group grpReady = view.findViewById(R.id.grpReady);
|
||||
ContentLoadingProgressBar pbWait = view.findViewById(R.id.pbWait);
|
||||
|
||||
Reference in New Issue
Block a user