diff --git a/app/src/main/java/ml/docilealligator/infinityforreddit/adapters/PostRecyclerViewAdapter.java b/app/src/main/java/ml/docilealligator/infinityforreddit/adapters/PostRecyclerViewAdapter.java
index 9de86374..722c6398 100644
--- a/app/src/main/java/ml/docilealligator/infinityforreddit/adapters/PostRecyclerViewAdapter.java
+++ b/app/src/main/java/ml/docilealligator/infinityforreddit/adapters/PostRecyclerViewAdapter.java
@@ -4018,6 +4018,7 @@ public class PostRecyclerViewAdapter extends PagingDataAdapter
+ android:layout_centerInParent="true" />
diff --git a/app/src/main/res/layout/item_post_compact_2.xml b/app/src/main/res/layout/item_post_compact_2.xml
index 61f900ad..7cd9bdbf 100644
--- a/app/src/main/res/layout/item_post_compact_2.xml
+++ b/app/src/main/res/layout/item_post_compact_2.xml
@@ -127,8 +127,7 @@
android:id="@+id/progress_bar_item_post_compact_2"
android:layout_width="36dp"
android:layout_height="36dp"
- android:layout_centerInParent="true"
- android:visibility="gone" />
+ android:layout_centerInParent="true" />
diff --git a/app/src/main/res/layout/item_post_compact_2_right_thumbnail.xml b/app/src/main/res/layout/item_post_compact_2_right_thumbnail.xml
index 4d3c70bc..9a50773a 100644
--- a/app/src/main/res/layout/item_post_compact_2_right_thumbnail.xml
+++ b/app/src/main/res/layout/item_post_compact_2_right_thumbnail.xml
@@ -140,8 +140,7 @@
android:id="@+id/progress_bar_item_post_compact_2_right_thumbnail"
android:layout_width="36dp"
android:layout_height="36dp"
- android:layout_centerInParent="true"
- android:visibility="gone" />
+ android:layout_centerInParent="true" />
diff --git a/app/src/main/res/layout/item_post_compact_right_thumbnail.xml b/app/src/main/res/layout/item_post_compact_right_thumbnail.xml
index 5552c149..e9d20792 100644
--- a/app/src/main/res/layout/item_post_compact_right_thumbnail.xml
+++ b/app/src/main/res/layout/item_post_compact_right_thumbnail.xml
@@ -230,8 +230,7 @@
android:id="@+id/progress_bar_item_post_compact_right_thumbnail"
android:layout_width="36dp"
android:layout_height="36dp"
- android:layout_centerInParent="true"
- android:visibility="gone" />
+ android:layout_centerInParent="true" />
diff --git a/app/src/main/res/layout/item_post_gallery.xml b/app/src/main/res/layout/item_post_gallery.xml
index b9c0f90e..8c379633 100644
--- a/app/src/main/res/layout/item_post_gallery.xml
+++ b/app/src/main/res/layout/item_post_gallery.xml
@@ -13,8 +13,7 @@
android:id="@+id/progress_bar_item_post_gallery"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:visibility="gone" />
+ android:layout_gravity="center" />