am 572491c3: Don\'t set freezeText for the unread count for the email widget.

* commit '572491c36c318dab4888fd39280d618b896636ee':
  Don't set freezeText for the unread count for the email widget.
This commit is contained in:
Mindy Pereira 2011-11-15 11:30:28 -08:00 committed by Android Git Automerger
commit 0e070caf61

View File

@ -59,6 +59,8 @@
android:textColor="@color/widget_title_color" android:textColor="@color/widget_title_color"
/> />
</LinearLayout> </LinearLayout>
<!-- Note: We can't set "freezesText" on the widget_unread_count view, as the launcher can
restore stale data over updated data. -->
<TextView <TextView
android:id="@+id/widget_count" android:id="@+id/widget_count"
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -66,8 +68,7 @@
android:layout_marginRight="12dip" android:layout_marginRight="12dip"
android:textSize="36sp" android:textSize="36sp"
android:textStyle="bold" android:textStyle="bold"
android:textColor="@color/widget_unread_color" android:textColor="@color/widget_unread_color" />
android:freezesText="true" />
<ImageView <ImageView
android:id="@+id/widget_compose" android:id="@+id/widget_compose"
android:layout_width="wrap_content" android:layout_width="wrap_content"