aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_post.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-08-04 03:11:52 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-08-04 03:11:52 +0000
commit44e2987a848ec07fd866f8ed76bb29c66b03e60a (patch)
treefb8511bf13475f6d19cc5e0a6994f191f1c5dfc0 /app/src/main/res/layout/item_post.xml
parent70e65565ae14792b4bbb93f5b4468e7a60d6ba98 (diff)
downloadinfinity-for-reddit-44e2987a848ec07fd866f8ed76bb29c66b03e60a.tar
infinity-for-reddit-44e2987a848ec07fd866f8ed76bb29c66b03e60a.tar.gz
infinity-for-reddit-44e2987a848ec07fd866f8ed76bb29c66b03e60a.tar.bz2
infinity-for-reddit-44e2987a848ec07fd866f8ed76bb29c66b03e60a.tar.lz
infinity-for-reddit-44e2987a848ec07fd866f8ed76bb29c66b03e60a.tar.xz
infinity-for-reddit-44e2987a848ec07fd866f8ed76bb29c66b03e60a.tar.zst
infinity-for-reddit-44e2987a848ec07fd866f8ed76bb29c66b03e60a.zip
Fixed UI in dark theme. Minor bugs fixed.
Diffstat (limited to 'app/src/main/res/layout/item_post.xml')
-rw-r--r--app/src/main/res/layout/item_post.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml
index 7598375d..e3be0913 100644
--- a/app/src/main/res/layout/item_post.xml
+++ b/app/src/main/res/layout/item_post.xml
@@ -19,7 +19,7 @@
android:layout_height="wrap_content">
<LinearLayout
- android:id="@+id/subreddit_icon_name_linear_layout_view_item_post"
+ android:id="@+id/icon_name_linear_layout_view_item_post"
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constrainedWidth="true"
@@ -30,13 +30,13 @@
app:layout_constraintTop_toTopOf="parent">
<CustomView.AspectRatioGifImageView
- android:id="@+id/subreddit_icon_gif_image_view_item_post"
+ android:id="@+id/icon_gif_image_view_item_post"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_gravity="center"/>
<TextView
- android:id="@+id/subreddit_text_view_item_post"
+ android:id="@+id/name_text_view_item_post"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
@@ -53,7 +53,7 @@
android:layout_marginEnd="8dp"
android:tint="@color/backgroundColorPrimaryDark"
android:visibility="gone"
- app:layout_constraintStart_toEndOf="@id/subreddit_icon_name_linear_layout_view_item_post"
+ app:layout_constraintStart_toEndOf="@id/icon_name_linear_layout_view_item_post"
app:layout_constraintEnd_toStartOf="@+id/post_time_text_view_best_item_post"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent"/>