am 125bd213: am 52d89c39: Merge "Giving more space to the tab bar to prevent the tabs from shrinking in size in portrait." into ics-mr1

* commit '125bd2134eaa42bc8887317fb9dd43c3f20a3c92':
  Giving more space to the tab bar to prevent the tabs from shrinking in size in portrait.
diff --git a/src/com/android/launcher2/BubbleTextView.java b/src/com/android/launcher2/BubbleTextView.java
index dc498a4..01417bf 100644
--- a/src/com/android/launcher2/BubbleTextView.java
+++ b/src/com/android/launcher2/BubbleTextView.java
@@ -134,7 +134,7 @@
                 mPressedOrFocusedBackground = null;
             }
             if (isFocused()) {
-                if (mLayout == null) {
+                if (getLayout() == null) {
                     // In some cases, we get focus before we have been layed out. Set the
                     // background to null so that it will get created when the view is drawn.
                     mPressedOrFocusedBackground = null;