|
|
@ -20,21 +20,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
|
|
|
android:id="@+id/thumbnail_container" |
|
|
|
|
|
|
|
android:layout_width="72dp" |
|
|
|
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|
|
|
android:layout_alignParentTop="true" |
|
|
|
|
|
|
|
android:background="?post_thumbnail_background"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<org.floens.chan.ui.view.ThumbnailView |
|
|
|
<org.floens.chan.ui.view.ThumbnailView |
|
|
|
android:id="@+id/thumbnail_view" |
|
|
|
android:id="@+id/thumbnail_view" |
|
|
|
android:layout_width="72dp" |
|
|
|
android:layout_width="72dp" |
|
|
|
android:layout_height="72dp" |
|
|
|
android:layout_height="72dp" |
|
|
|
android:gravity="top" /> |
|
|
|
android:gravity="top" /> |
|
|
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/title" |
|
|
|
android:id="@+id/title" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
@ -42,7 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
android:layout_alignParentRight="true" |
|
|
|
android:layout_alignParentRight="true" |
|
|
|
android:layout_alignParentTop="true" |
|
|
|
android:layout_alignParentTop="true" |
|
|
|
android:layout_alignWithParentIfMissing="true" |
|
|
|
android:layout_alignWithParentIfMissing="true" |
|
|
|
android:layout_toRightOf="@id/thumbnail_container" |
|
|
|
android:layout_toRightOf="@id/thumbnail_view" |
|
|
|
android:paddingRight="25dp" /> |
|
|
|
android:paddingRight="25dp" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
@ -52,7 +43,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
android:layout_alignParentRight="true" |
|
|
|
android:layout_alignParentRight="true" |
|
|
|
android:layout_alignWithParentIfMissing="true" |
|
|
|
android:layout_alignWithParentIfMissing="true" |
|
|
|
android:layout_below="@id/title" |
|
|
|
android:layout_below="@id/title" |
|
|
|
android:layout_toRightOf="@id/thumbnail_container" /> |
|
|
|
android:layout_toRightOf="@id/thumbnail_view" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/comment" |
|
|
|
android:id="@+id/comment" |
|
|
@ -61,7 +52,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
android:layout_alignParentRight="true" |
|
|
|
android:layout_alignParentRight="true" |
|
|
|
android:layout_alignWithParentIfMissing="true" |
|
|
|
android:layout_alignWithParentIfMissing="true" |
|
|
|
android:layout_below="@id/icons" |
|
|
|
android:layout_below="@id/icons" |
|
|
|
android:layout_toRightOf="@id/thumbnail_container" /> |
|
|
|
android:layout_toRightOf="@id/thumbnail_view" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/replies" |
|
|
|
android:id="@+id/replies" |
|
|
@ -69,7 +60,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignWithParentIfMissing="true" |
|
|
|
android:layout_alignWithParentIfMissing="true" |
|
|
|
android:layout_below="@id/comment" |
|
|
|
android:layout_below="@id/comment" |
|
|
|
android:layout_toRightOf="@id/thumbnail_container" |
|
|
|
android:layout_toRightOf="@id/thumbnail_view" |
|
|
|
android:singleLine="true" |
|
|
|
android:singleLine="true" |
|
|
|
android:textColor="?attr/post_reply_count_color" /> |
|
|
|
android:textColor="?attr/post_reply_count_color" /> |
|
|
|
|
|
|
|
|
|
|
|