UI refresh

Bug: 3110575
Change-Id: Ia6ffef6de8882920b89372052b5e29968bedfe5f
This commit is contained in:
Daisuke Miyakawa
2010-10-19 10:10:25 -07:00
parent cfcb55d3f5
commit c05efc1df7
3 changed files with 61 additions and 20 deletions

View File

@@ -93,7 +93,7 @@ public class WifiSettings extends SettingsPreferenceFragment
// ListView won't become larger than the screen.
//
// This constant doesn't affect other contexts other than SetupWizard XL.
private static int MAX_MENU_COUNT_IN_XL = 7;
private static int MAX_MENU_COUNT_IN_XL = 6;
private final IntentFilter mFilter;
private final BroadcastReceiver mReceiver;