Make the save slot buttons a better size. Bugfix.

This commit is contained in:
Henrik Rydgard 2013-08-16 14:03:06 +02:00
parent 73990bcc32
commit ef1bac4628
2 changed files with 6 additions and 6 deletions

View file

@ -327,8 +327,8 @@ void GameBrowser::Refresh() {
if (allowBrowsing_) {
LinearLayout *topBar = new LinearLayout(ORIENT_HORIZONTAL, new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT));
#ifdef ANDROID
topBar->Add(new TextView(path_.GetFriendlyPath().c_str(), ALIGN_VCENTER, 1.0f, new LinearLayoutParams(WRAP_CONTENT, FILL_PARENT, 1.0f)));
#ifdef ANDROID
topBar->Add(new Choice("Home"))->OnClick.Handle(this, &GameBrowser::HomeClick);
#endif
ChoiceStrip *layoutChoice = topBar->Add(new ChoiceStrip(ORIENT_HORIZONTAL));

2
native

@ -1 +1 @@
Subproject commit c3ea52bad545439454ca60612efd56071e0b94d9
Subproject commit 569cdb9c081e7af82125510dbd38ba2cedfff6f3