UI: Add tags to all the scroll views.

This commit is contained in:
Unknown W. Brackets
2016-01-22 22:52:13 -08:00
parent 1c2ac798cd
commit c0238de4ee
8 changed files with 26 additions and 0 deletions
+1
View File
@@ -220,6 +220,7 @@ void ControlMappingScreen::CreateViews() {
AddStandardBack(leftColumn);
rightScroll_ = new ScrollView(ORIENT_VERTICAL, new LinearLayoutParams(1.0f));
rightScroll_->SetTag("ControlMapping");
rightScroll_->SetScrollToTop(false);
LinearLayout *rightColumn = new LinearLayout(ORIENT_VERTICAL, new LinearLayoutParams(1.0f));
rightScroll_->Add(rightColumn);