Merge "Prevent display of incorrect widget title on orientation change"

This commit is contained in:
Marc Blank 2010-12-10 15:32:05 -08:00 committed by Android (Google) Code Review
commit 369daac5c3

View File

@ -56,7 +56,8 @@
android:textSize="18sp"
android:textColor="#F000"
android:textStyle="bold"
android:text="@string/widget_unread" />
android:text="@string/widget_unread"
android:freezesText="true" />
</RelativeLayout>
<ListView
android:id="@+id/message_list"