diff options
author | Alex Ning <chineseperson5@gmail.com> | 2018-11-09 04:30:31 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2018-11-09 04:30:31 +0000 |
commit | cdcb38db51389c31185601eef6a6efe3be4d71f2 (patch) | |
tree | 592dfc22d67e28fddca0cdbee5ee23c6eed08495 /app/src/main/res/layout/item_post.xml | |
parent | 4373d3aa55845160fc81940af10755e7745b11b5 (diff) | |
download | infinity-for-reddit-cdcb38db51389c31185601eef6a6efe3be4d71f2.tar infinity-for-reddit-cdcb38db51389c31185601eef6a6efe3be4d71f2.tar.gz infinity-for-reddit-cdcb38db51389c31185601eef6a6efe3be4d71f2.tar.bz2 infinity-for-reddit-cdcb38db51389c31185601eef6a6efe3be4d71f2.tar.lz infinity-for-reddit-cdcb38db51389c31185601eef6a6efe3be4d71f2.tar.xz infinity-for-reddit-cdcb38db51389c31185601eef6a6efe3be4d71f2.tar.zst infinity-for-reddit-cdcb38db51389c31185601eef6a6efe3be4d71f2.zip |
Use MVVM design pattern to load and display the posts. Minor bugs fixed.
Diffstat (limited to 'app/src/main/res/layout/item_post.xml')
-rw-r--r-- | app/src/main/res/layout/item_post.xml | 1 |
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 a2a99cce..fd65f268 100644 --- a/app/src/main/res/layout/item_post.xml +++ b/app/src/main/res/layout/item_post.xml @@ -45,6 +45,7 @@ android:layout_toStartOf="@id/post_time_text_view_best_post_item" android:layout_marginStart="8dp" android:layout_marginEnd="8dp" + android:layout_centerVertical="true" android:tint="@color/colorPrimary" android:visibility="gone"/> |