Switch order of add on activity tabs

pull/14/head
Sam Bosley 13 years ago
parent 0e7a2b6ed5
commit f6be4ea5a1

@ -70,8 +70,8 @@ public class AddOnActivity extends FragmentActivity {
.setIcon(R.drawable.gl_more)
.setTabListener(new AddOnTabListener(availableView));
ab.addTab(installedTab);
ab.addTab(availableTab);
ab.addTab(installedTab);
setTitle(R.string.AOA_title);

Loading…
Cancel
Save