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

fix formatting

This commit is contained in:
Andrew Chen 2012-08-06 17:08:49 -07:00
parent 4f122ca094
commit d370acb67d

View File

@ -4,18 +4,16 @@
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:paddingRight="1dip" android:paddingRight="1dip"
android:background="#cccccc" android:background="#cccccc" >
> <CheckBox
<CheckBox android:id="@+id/flagged"
android:id="@+id/flagged" android:focusable="false"
android:focusable="false" android:button="@drawable/star"
android:button="@drawable/star" android:layout_marginRight="5dip"
android:layout_marginRight="5dip" android:layout_gravity="center_vertical"
android:layout_gravity="center_vertical" android:layout_height="20dip"
android:layout_height="20dip" android:layout_width="23dip"
android:layout_width="23dip" android:layout_alignParentRight="true" />
android:layout_alignParentRight="true"
/>
<RelativeLayout <RelativeLayout
android:id="@+id/chip" android:id="@+id/chip"
android:background="@android:color/transparent" android:background="@android:color/transparent"
@ -23,23 +21,20 @@
android:layout_marginRight="2dip" android:layout_marginRight="2dip"
android:layout_height="20dip" android:layout_height="20dip"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true" >
> <CheckBox
<CheckBox android:id="@+id/selected_checkbox"
android:id="@+id/selected_checkbox" android:layout_width="12dip"
android:layout_width="12dip" android:layout_height="wrap_content"
android:layout_height="wrap_content" android:button="@drawable/checkbox_small"
android:button="@drawable/checkbox_small" android:layout_centerVertical="true"
android:layout_centerVertical="true" android:layout_alignParentLeft="true"
android:layout_alignParentLeft="true" android:focusable="false"
android:focusable="false" android:visibility="gone" />
android:visibility="gone" <View
/> android:layout_width="4dip"
<View android:layout_height="fill_parent" />
android:layout_width="4dip" </RelativeLayout>
android:layout_height="fill_parent"
/>
</RelativeLayout>
<TextView <TextView
android:id="@+id/date" android:id="@+id/date"
android:textAppearance="?android:attr/textAppearanceSmall" android:textAppearance="?android:attr/textAppearanceSmall"
@ -50,7 +45,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="right" android:gravity="right"
android:layout_alignWithParentIfMissing="true" android:layout_alignWithParentIfMissing="true"
android:layout_toLeftOf="@+id/flagged"/> android:layout_toLeftOf="@+id/flagged" />
<TextView <TextView
android:id="@+id/from" android:id="@+id/from"
android:ellipsize="end" android:ellipsize="end"