am 16a9d9a7: Fix 2209086: Fix missing callback that was preventing tab bar text from updating.

Merge commit '16a9d9a736a1bfdc12aa54c549508dd12596247f' into eclair-plus-aosp

* commit '16a9d9a736a1bfdc12aa54c549508dd12596247f':
  Fix 2209086: Fix missing callback that was preventing tab bar text from updating.
This commit is contained in:
Jim Miller
2009-11-15 13:35:54 -08:00
committed by Android Git Automerger
2 changed files with 2 additions and 1 deletions

View File

@@ -471,6 +471,7 @@ public class SlidingTab extends ViewGroup {
mCurrentSlider.setState(Slider.STATE_ACTIVE);
dispatchTriggerEvent(mCurrentSlider == mLeftSlider ?
OnTriggerListener.LEFT_HANDLE : OnTriggerListener.RIGHT_HANDLE);
setGrabbedState(OnTriggerListener.NO_HANDLE);
// TODO: This is a place holder for the real animation. It just holds
// the screen for the duration of the animation for now.

View File

@@ -50,7 +50,7 @@
android:layout_height="wrap_content"
android:layout_below="@id/carrier"
android:layout_marginBottom="8dip"
android:layout_marginTop="16dip"
android:layout_marginTop="60dip"
android:layout_marginLeft="24dip"
>