Fix layout of chip in combined view
the chip was part of the sub-layout when it should not have been. Change-Id: Ie3a547bdf6d6ae4a3b458eaf4c30b57463b8ec34
This commit is contained in:
parent
5b84c8d9d0
commit
9eb697c657
@ -74,15 +74,15 @@
|
||||
android:textSize="18dip"
|
||||
android:textColor="@color/text_primary_color"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
<!-- Color chips are shown only for account rows on combined view. -->
|
||||
<View
|
||||
android:id="@+id/color_chip"
|
||||
android:layout_width="32dip"
|
||||
android:layout_height="8dip"
|
||||
android:layout_marginLeft="16dip"
|
||||
android:layout_marginLeft="@dimen/mailbox_list_padding_left"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:visibility="gone"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
</com.android.email.activity.MailboxListItem>
|
||||
|
Loading…
Reference in New Issue
Block a user