diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-10-23 12:26:03 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-10-23 12:26:03 +0000 |
commit | 6f403e89cc76f78b86ef947d496a1850cef1c05b (patch) | |
tree | df5cc8c487e9ba2cae7a577b0a35cb2172a99d1a /app/src/main/res | |
parent | 7c38857ee875462d28152417b4e8215182598886 (diff) | |
download | infinity-for-reddit-6f403e89cc76f78b86ef947d496a1850cef1c05b.tar infinity-for-reddit-6f403e89cc76f78b86ef947d496a1850cef1c05b.tar.gz infinity-for-reddit-6f403e89cc76f78b86ef947d496a1850cef1c05b.tar.bz2 infinity-for-reddit-6f403e89cc76f78b86ef947d496a1850cef1c05b.tar.lz infinity-for-reddit-6f403e89cc76f78b86ef947d496a1850cef1c05b.tar.xz infinity-for-reddit-6f403e89cc76f78b86ef947d496a1850cef1c05b.tar.zst infinity-for-reddit-6f403e89cc76f78b86ef947d496a1850cef1c05b.zip |
Remove PostTextTypeViewHolder.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/item_post_gallery.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_post_gallery.xml b/app/src/main/res/layout/item_post_gallery.xml index ed5cdbe3..dbe3cc28 100644 --- a/app/src/main/res/layout/item_post_gallery.xml +++ b/app/src/main/res/layout/item_post_gallery.xml @@ -102,6 +102,19 @@ android:textSize="?attr/title_font_18" android:fontFamily="?attr/title_font_family" /> + <TextView + android:id="@+id/content_text_view_item_post_gallery_type" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="16dp" + android:paddingStart="16dp" + android:paddingEnd="16dp" + android:maxLines="4" + android:visibility="gone" + android:textSize="?attr/content_font_default" + android:fontFamily="?attr/content_font_family" + android:ellipsize="end" /> + <com.nex3z.flowlayout.FlowLayout android:layout_width="match_parent" android:layout_height="wrap_content" |