aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_acknowledgement.xml2
-rw-r--r--app/src/main/res/layout/item_post.xml4
-rw-r--r--app/src/main/res/layout/item_post_detail.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/fragment_acknowledgement.xml b/app/src/main/res/layout/fragment_acknowledgement.xml
index 5f164c83..b6d17db9 100644
--- a/app/src/main/res/layout/fragment_acknowledgement.xml
+++ b/app/src/main/res/layout/fragment_acknowledgement.xml
@@ -3,4 +3,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/recycler_view_acknowledgement_fragment"
- tools:context="Settings.AcknowledgementFragment"/>
+ tools:context="ml.docilealligator.infinityforreddit.Settings.AcknowledgementFragment"/>
diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml
index 624331a6..cc7cc163 100644
--- a/app/src/main/res/layout/item_post.xml
+++ b/app/src/main/res/layout/item_post.xml
@@ -29,7 +29,7 @@
app:layout_constraintEnd_toStartOf="@id/stickied_post_image_view_item_post"
app:layout_constraintTop_toTopOf="parent">
- <CustomView.AspectRatioGifImageView
+ <ml.docilealligator.infinityforreddit.CustomView.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post"
android:layout_width="24dp"
android:layout_height="24dp"
@@ -249,7 +249,7 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true" />
- <CustomView.AspectRatioGifImageView
+ <ml.docilealligator.infinityforreddit.CustomView.AspectRatioGifImageView
android:id="@+id/image_view_best_post_item"
android:layout_width="match_parent"
android:layout_height="wrap_content"
diff --git a/app/src/main/res/layout/item_post_detail.xml b/app/src/main/res/layout/item_post_detail.xml
index d0647265..fe0a2e5b 100644
--- a/app/src/main/res/layout/item_post_detail.xml
+++ b/app/src/main/res/layout/item_post_detail.xml
@@ -22,7 +22,7 @@
app:layout_constraintEnd_toStartOf="@id/post_time_text_view_item_post_detail"
app:layout_constraintTop_toTopOf="parent">
- <CustomView.AspectRatioGifImageView
+ <ml.docilealligator.infinityforreddit.CustomView.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_detail"
android:layout_width="24dp"
android:layout_height="24dp"