aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-10-23 12:26:03 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-10-23 12:26:03 +0000
commit6f403e89cc76f78b86ef947d496a1850cef1c05b (patch)
treedf5cc8c487e9ba2cae7a577b0a35cb2172a99d1a /app/src/main/res/layout
parent7c38857ee875462d28152417b4e8215182598886 (diff)
downloadinfinity-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/layout')
-rw-r--r--app/src/main/res/layout/item_post_gallery.xml13
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"