Add banner support to tab holders

This commit is contained in:
Henrik Rydgård
2025-03-23 21:16:31 +01:00
parent ca1819fe85
commit 0ba92081ed
9 changed files with 23 additions and 16 deletions
+1 -1
View File
@@ -592,7 +592,7 @@ void RemoteISOBrowseScreen::CreateViews() {
bool vertical = UseVerticalLayout();
TabHolder *leftColumn = new TabHolder(ORIENT_HORIZONTAL, 64, new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT));
TabHolder *leftColumn = new TabHolder(ORIENT_HORIZONTAL, 64, nullptr, new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT));
tabHolder_ = leftColumn;
tabHolder_->SetTag("RemoteGames");
gameBrowsers_.clear();