mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-16 22:45:04 -05:00
@id -> @+id
This commit is contained in:
parent
e0e5da2d01
commit
b7297f774b
@ -52,7 +52,7 @@
|
|||||||
android:id="@+id/subject"
|
android:id="@+id/subject"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_toLeftOf="@id/flagged"
|
android:layout_toLeftOf="@+id/flagged"
|
||||||
android:layout_toRightOf="@+id/chip"
|
android:layout_toRightOf="@+id/chip"
|
||||||
android:layout_alignWithParentIfMissing="true"
|
android:layout_alignWithParentIfMissing="true"
|
||||||
android:layout_marginRight="1dip"
|
android:layout_marginRight="1dip"
|
||||||
@ -66,8 +66,8 @@
|
|||||||
android:id="@+id/date"
|
android:id="@+id/date"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@id/subject"
|
android:layout_below="@+id/subject"
|
||||||
android:layout_toLeftOf="@id/flagged"
|
android:layout_toLeftOf="@+id/flagged"
|
||||||
android:layout_alignWithParentIfMissing="true"
|
android:layout_alignWithParentIfMissing="true"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:gravity="right|bottom"
|
android:gravity="right|bottom"
|
||||||
@ -81,9 +81,9 @@
|
|||||||
android:id="@+id/from"
|
android:id="@+id/from"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@id/subject"
|
android:layout_below="@+id/subject"
|
||||||
android:layout_toLeftOf="@id/date"
|
android:layout_toLeftOf="@+id/date"
|
||||||
android:layout_toRightOf="@id/chip"
|
android:layout_toRightOf="@+id/chip"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:paddingLeft="12dip"
|
android:paddingLeft="12dip"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
android:id="@+id/subject"
|
android:id="@+id/subject"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_toLeftOf="@id/date"
|
android:layout_toLeftOf="@+id/date"
|
||||||
android:layout_toRightOf="@+id/chip"
|
android:layout_toRightOf="@+id/chip"
|
||||||
android:layout_marginLeft="1dip"
|
android:layout_marginLeft="1dip"
|
||||||
android:layout_marginRight="1dip"
|
android:layout_marginRight="1dip"
|
||||||
@ -69,9 +69,9 @@
|
|||||||
android:id="@+id/preview"
|
android:id="@+id/preview"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_below="@id/subject"
|
android:layout_below="@+id/subject"
|
||||||
android:layout_toLeftOf="@id/flagged"
|
android:layout_toLeftOf="@+id/flagged"
|
||||||
android:layout_toRightOf="@id/chip"
|
android:layout_toRightOf="@+id/chip"
|
||||||
android:layout_marginLeft="1dip"
|
android:layout_marginLeft="1dip"
|
||||||
android:layout_marginRight="0dip"
|
android:layout_marginRight="0dip"
|
||||||
android:singleLine="false"
|
android:singleLine="false"
|
||||||
@ -79,4 +79,4 @@
|
|||||||
android:textColor="?android:attr/textColorTertiary"
|
android:textColor="?android:attr/textColorTertiary"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user