Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b7280fd authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 6ec44395: Merge "Fix issue #3403539: WordPress crashes on Honeycomb" into honeycomb

* commit '6ec44395':
  Fix issue #3403539: WordPress crashes on Honeycomb
parents 2e4b9985 6ec44395
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -132,6 +132,16 @@ public class TabWidget extends LinearLayout implements OnFocusChangeListener {
                mRightStrip = resources.getDrawable(
                        com.android.internal.R.drawable.tab_bottom_right_v4);
            }
        } else {
            // Use modern color scheme for Eclair and beyond
            if (mLeftStrip == null) {
                mLeftStrip = resources.getDrawable(
                        com.android.internal.R.drawable.tab_bottom_left);
            }
            if (mRightStrip == null) {
                mRightStrip = resources.getDrawable(
                        com.android.internal.R.drawable.tab_bottom_right);
            }
         }

        // Deal with focus, as we don't want the focus to go by default