1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Revert r1611. The extra alignment constraints made the stars go blank

when there was more than one digit for the starred count.
This commit is contained in:
Daniel Applebaum 2010-04-27 03:18:41 +00:00
parent 78a101547c
commit 488301d03e
2 changed files with 0 additions and 2 deletions

View File

@ -78,7 +78,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignRight="@+id/new_message_count"
android:layout_gravity="bottom"
android:layout_marginBottom="1dip"
android:paddingTop="6dip"

View File

@ -78,7 +78,6 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_alignParentBottom="true"
android:layout_alignRight="@+id/folder_unread_message_count"
android:layout_marginBottom="1dip"
android:paddingTop="6dip"
android:paddingBottom="4dip"