mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-21 14:41:39 +00:00
MemstickScreen: Shrink the right column to leave more space
This commit is contained in:
parent
7f021624e3
commit
363e846653
@ -118,7 +118,7 @@ void MemStickScreen::CreateViews() {
|
||||
ScrollView *leftColumnScroll = new ScrollView(ORIENT_VERTICAL, new LinearLayoutParams(1.0));
|
||||
|
||||
ViewGroup *leftColumn = new LinearLayoutList(ORIENT_VERTICAL);
|
||||
ViewGroup *rightColumnItems = new LinearLayout(ORIENT_VERTICAL, new LinearLayoutParams(300, FILL_PARENT, actionMenuMargins));
|
||||
ViewGroup *rightColumnItems = new LinearLayout(ORIENT_VERTICAL, new LinearLayoutParams(200, FILL_PARENT, actionMenuMargins));
|
||||
root_->Add(spacerColumn);
|
||||
root_->Add(leftColumnScroll);
|
||||
root_->Add(rightColumnItems);
|
||||
|
Loading…
x
Reference in New Issue
Block a user