aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_post.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-08-27 08:46:46 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-08-27 08:46:46 +0000
commit3b0eb15646cc9ac60a7661cf25d5a1a528bae404 (patch)
tree51061820cd68d27e7024061a71aed026d141f3ac /app/src/main/res/layout/item_post.xml
parentfe82b5686e271183771bb801e99f24f88c872fbe (diff)
downloadinfinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.tar
infinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.tar.gz
infinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.tar.bz2
infinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.tar.lz
infinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.tar.xz
infinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.tar.zst
infinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.zip
This app now has an icon (finally)git statusgit statusgit status Add a credits page in settings. Use another error view and no comment placeholder.
Diffstat (limited to 'app/src/main/res/layout/item_post.xml')
-rw-r--r--app/src/main/res/layout/item_post.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml
index 10a9fbdd..c4f8e944 100644
--- a/app/src/main/res/layout/item_post.xml
+++ b/app/src/main/res/layout/item_post.xml
@@ -101,6 +101,7 @@
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginStart="16dp"
+ android:src="@drawable/gold"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/type_text_view_item_post"