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 09:25:36 -08:00 committed by Android Git Automerger
commit fbab9c1ed6

View File

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