am 16439d5e: Fix date margin

* commit '16439d5e23ea4a4bb86e7f4d23a473525e043007':
  Fix date margin
This commit is contained in:
Minh Pham 2011-11-30 10:50:53 -08:00 committed by Android Git Automerger
commit fba2dbb35b
2 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,7 @@
android:layout_width="80dip"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_above="@+id/star"
android:layout_marginBottom="@dimen/message_list_icon_padding_compensation"
android:layout_marginTop="@dimen/date_margin_top"
android:orientation="horizontal"
>
<!-- reserve enough vertical space for two icons -->

View File

@ -77,4 +77,5 @@
<dimen name="replystate_margin_top">10sp</dimen>
<dimen name="checkmark_margin_top">3sp</dimen>
<dimen name="star_margin_top">28sp</dimen>
<dimen name="date_margin_top">9sp</dimen>
</resources>