* commit '6ec44395f304a478fb56f20ca5e941514ed0a48e': Fix issue #3403539: WordPress crashes on Honeycomb
This commit is contained in:
@@ -132,7 +132,17 @@ public class TabWidget extends LinearLayout implements OnFocusChangeListener {
|
|||||||
mRightStrip = resources.getDrawable(
|
mRightStrip = resources.getDrawable(
|
||||||
com.android.internal.R.drawable.tab_bottom_right_v4);
|
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
|
// Deal with focus, as we don't want the focus to go by default
|
||||||
// to a tab other than the current tab
|
// to a tab other than the current tab
|
||||||
|
|||||||
Reference in New Issue
Block a user