Merge "Shrink notification history views to fit" into sc-qpr1-dev

This commit is contained in:
TreeHugger Robot
2021-09-17 13:28:25 +00:00
committed by Android (Google) Code Review
2 changed files with 23 additions and 9 deletions

View File

@@ -163,7 +163,7 @@ public class NotificationHistoryActivity extends CollapsingToolbarBaseActivity {
View viewForPackage = LayoutInflater.from(this)
.inflate(R.layout.notification_history_app_layout, null);
final View container = viewForPackage.findViewById(R.id.notification_list);
final View container = viewForPackage.findViewById(R.id.notification_list_wrapper);
container.setVisibility(View.GONE);
View header = viewForPackage.findViewById(R.id.app_header);
NotificationExpandButton expand = viewForPackage.findViewById(