Change package name

This commit is contained in:
Bazsalanszky
2023-07-15 13:06:29 +02:00
parent d0a9d9af9a
commit fd499edccf
688 changed files with 3968 additions and 4008 deletions

View File

@@ -37,7 +37,7 @@
android:id="@+id/recycler_view_customize_theme_listing_activity"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed"
app:layoutManager="eu.toldi.infinityforlemmy.customviews.LinearLayoutManagerBugFixed"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
<com.google.android.material.floatingactionbutton.FloatingActionButton

View File

@@ -38,7 +38,7 @@
android:id="@+id/recycler_view_customize_theme_activity"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed"
app:layoutManager="eu.toldi.infinityforlemmy.customviews.LinearLayoutManagerBugFixed"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/coordinator_layout_login_activity"
tools:application="ml.docilealligator.infinityforreddit.activities.LoginActivity">
tools:application="eu.toldi.infinityforlemmy.activities.LoginActivity">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar_layout_login_activity"
@@ -39,7 +39,7 @@
android:textSize="?attr/font_default"
android:fontFamily="?attr/font_family" />
<ml.docilealligator.infinityforreddit.customviews.LollipopBugFixedWebView
<eu.toldi.infinityforlemmy.customviews.LollipopBugFixedWebView
android:id="@+id/webview_login_activity"
android:layout_width="match_parent"
android:layout_height="match_parent" />

View File

@@ -27,7 +27,7 @@
android:id="@+id/recycler_view_report_activity"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed"
app:layoutManager="eu.toldi.infinityforlemmy.customviews.LinearLayoutManagerBugFixed"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>

View File

@@ -45,7 +45,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed"
app:layoutManager="eu.toldi.infinityforlemmy.customviews.LinearLayoutManagerBugFixed"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
<TextView

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/coordinator_layout_search_activity"
tools:application="ml.docilealligator.infinityforreddit.activities.SearchActivity">
tools:application="eu.toldi.infinityforlemmy.activities.SearchActivity">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar_layout_search_activity"
@@ -119,7 +119,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed" />
app:layoutManager="eu.toldi.infinityforlemmy.customviews.LinearLayoutManagerBugFixed" />
</LinearLayout>

View File

@@ -62,7 +62,7 @@
</com.google.android.material.appbar.AppBarLayout>
<ml.docilealligator.infinityforreddit.customviews.ViewPagerBugFixed
<eu.toldi.infinityforlemmy.customviews.ViewPagerBugFixed
android:id="@+id/view_pager_subscribed_thing_listing_activity"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -7,7 +7,7 @@
android:id="@+id/coordinator_layout_theme_preview_activity"
tools:context=".activities.CustomThemePreviewActivity">
<ml.docilealligator.infinityforreddit.customviews.ViewPagerBugFixed
<eu.toldi.infinityforlemmy.customviews.ViewPagerBugFixed
android:id="@+id/view_pager_theme_preview_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -43,7 +43,7 @@
android:id="@+id/recycler_view_trending_activity"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed" />
app:layoutManager="eu.toldi.infinityforlemmy.customviews.LinearLayoutManagerBugFixed" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black"
tools:application="ml.docilealligator.infinityforreddit.activities.ViewImageActivity">
tools:application="eu.toldi.infinityforlemmy.activities.ViewImageActivity">
<ProgressBar
android:id="@+id/progress_bar_view_image_or_gif_activity"

View File

@@ -23,7 +23,7 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true" />
<ml.docilealligator.infinityforreddit.customviews.ViewPagerBugFixed
<eu.toldi.infinityforlemmy.customviews.ViewPagerBugFixed
android:id="@+id/view_pager_view_imgur_media_activity"
android:layout_width="match_parent"
android:layout_height="match_parent" />

View File

@@ -39,7 +39,7 @@
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
<ml.docilealligator.infinityforreddit.customviews.MovableFloatingActionButton
<eu.toldi.infinityforlemmy.customviews.MovableFloatingActionButton
android:id="@+id/fab_view_post_detail_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View File

@@ -13,7 +13,7 @@
android:layout_height="match_parent"
android:fillViewport="true">
<ml.docilealligator.infinityforreddit.customviews.ViewPagerBugFixed
<eu.toldi.infinityforlemmy.customviews.ViewPagerBugFixed
android:id="@+id/view_pager_view_reddit_gallery_activity"
android:layout_width="match_parent"
android:layout_height="match_parent" />

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/coordinator_layout_view_user_detail_activity"
tools:application="ml.docilealligator.infinityforreddit.activities.ViewUserDetailActivity">
tools:application="eu.toldi.infinityforlemmy.activities.ViewUserDetailActivity">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar_layout_view_user_detail"

View File

@@ -9,7 +9,7 @@
android:background="#000000"
android:keepScreenOn="true"
app:dragUpEnabled="true"
tools:application="ml.docilealligator.infinityforreddit.activities.ViewVideoActivity">
tools:application="eu.toldi.infinityforlemmy.activities.ViewVideoActivity">
<app.futured.hauler.LockableNestedScrollView
android:id="@+id/lockable_nested_scroll_view_view_video_activity"

View File

@@ -9,7 +9,7 @@
android:background="#000000"
android:keepScreenOn="true"
app:dragUpEnabled="true"
tools:application="ml.docilealligator.infinityforreddit.activities.ViewVideoActivity">
tools:application="eu.toldi.infinityforlemmy.activities.ViewVideoActivity">
<app.futured.hauler.LockableNestedScrollView
android:id="@+id/lockable_nested_scroll_view_view_video_activity"

View File

@@ -23,7 +23,7 @@
</com.google.android.material.appbar.AppBarLayout>
<ml.docilealligator.infinityforreddit.customviews.LollipopBugFixedWebView
<eu.toldi.infinityforlemmy.customviews.LollipopBugFixedWebView
android:id="@+id/web_view_web_view_activity"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ml.docilealligator.infinityforreddit.customviews.SpoilerOnClickTextView xmlns:android="http://schemas.android.com/apk/res/android"
<eu.toldi.infinityforlemmy.customviews.SpoilerOnClickTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ml.docilealligator.infinityforreddit.customviews.SwipeLockScrollView
<eu.toldi.infinityforlemmy.customviews.SwipeLockScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -13,4 +13,4 @@
android:layout_height="wrap_content"
android:stretchColumns="*" />
</ml.docilealligator.infinityforreddit.customviews.SwipeLockScrollView>
</eu.toldi.infinityforlemmy.customviews.SwipeLockScrollView>

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/coordinator_layout_main_activity"
tools:application="ml.docilealligator.infinityforreddit.activities.MainActivity">
tools:application="eu.toldi.infinityforlemmy.activities.MainActivity">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar_layout_main_activity"

View File

@@ -3,4 +3,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/recycler_view_acknowledgement_fragment"
tools:context="ml.docilealligator.infinityforreddit.settings.AcknowledgementFragment" />
tools:context="eu.toldi.infinityforlemmy.settings.AcknowledgementFragment" />

View File

@@ -4,7 +4,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/coordinator_layout_comments_listing_fragment"
tools:application="ml.docilealligator.infinityforreddit.fragments.CommentsListingFragment">
tools:application="eu.toldi.infinityforlemmy.fragments.CommentsListingFragment">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipe_refresh_layout_view_comments_listing_fragment"

View File

@@ -4,5 +4,5 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed"
app:layoutManager="eu.toldi.infinityforlemmy.customviews.LinearLayoutManagerBugFixed"
tools:context=".settings.CrashReportsFragment" />

View File

@@ -29,6 +29,6 @@
android:id="@+id/recycler_view_bottom_sheet_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed" />
app:layoutManager="eu.toldi.infinityforlemmy.customviews.LinearLayoutManagerBugFixed" />
</LinearLayout>

View File

@@ -2,14 +2,14 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:application="ml.docilealligator.infinityforreddit.fragments.HistoryPostFragment">
tools:application="eu.toldi.infinityforlemmy.fragments.HistoryPostFragment">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipe_refresh_layout_history_post_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ml.docilealligator.infinityforreddit.customviews.CustomToroContainer
<eu.toldi.infinityforlemmy.customviews.CustomToroContainer
android:id="@+id/recycler_view_history_post_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -2,14 +2,14 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:application="ml.docilealligator.infinityforreddit.fragments.PostFragment">
tools:application="eu.toldi.infinityforlemmy.fragments.PostFragment">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipe_refresh_layout_post_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ml.docilealligator.infinityforreddit.customviews.CustomToroContainer
<eu.toldi.infinityforlemmy.customviews.CustomToroContainer
android:id="@+id/recycler_view_post_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -4,7 +4,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:application="ml.docilealligator.infinityforreddit.fragments.SidebarFragment">
tools:application="eu.toldi.infinityforlemmy.fragments.SidebarFragment">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipe_refresh_layout_sidebar_fragment"

View File

@@ -24,7 +24,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_theme_preview_posts_fragment"
android:layout_width="24dp"
android:layout_height="24dp"

View File

@@ -5,5 +5,5 @@
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/recycler_view_translation_fragment"
app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed"
app:layoutManager="eu.toldi.infinityforlemmy.customviews.LinearLayoutManagerBugFixed"
tools:context=".settings.TranslationFragment" />

View File

@@ -12,13 +12,13 @@
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<ml.docilealligator.infinityforreddit.customviews.CustomToroContainer
<eu.toldi.infinityforlemmy.customviews.CustomToroContainer
android:id="@+id/post_detail_recycler_view_view_post_detail_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="144dp"
android:clipToPadding="false"
app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed" />
app:layoutManager="eu.toldi.infinityforlemmy.customviews.LinearLayoutManagerBugFixed" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ml.docilealligator.infinityforreddit.customviews.CommentIndentationView
<eu.toldi.infinityforlemmy.customviews.CommentIndentationView
android:id="@+id/vertical_block_indentation_item_comment"
android:layout_width="wrap_content"
android:layout_height="match_parent" />

View File

@@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ml.docilealligator.infinityforreddit.customviews.CommentIndentationView
<eu.toldi.infinityforlemmy.customviews.CommentIndentationView
android:id="@+id/vertical_block_indentation_item_comment_fully_collapsed"
android:layout_width="wrap_content"
android:layout_height="match_parent" />

View File

@@ -9,7 +9,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/image_view_item_gallery_image_in_post_feed"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -4,7 +4,7 @@
android:layout_height="wrap_content"
android:background="?attr/cardViewBackgroundColor">
<ml.docilealligator.infinityforreddit.customviews.CommentIndentationView
<eu.toldi.infinityforlemmy.customviews.CommentIndentationView
android:id="@+id/vertical_block_indentation_item_load_more_comments_placeholder"
android:layout_width="wrap_content"
android:layout_height="match_parent" />

View File

@@ -192,7 +192,7 @@
app:flChildSpacingForLastRow="align"
app:flRowSpacing="8dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_card_2_gallery_type"
android:layout_width="24dp"
android:layout_height="24dp" />

View File

@@ -152,7 +152,7 @@
app:flChildSpacingForLastRow="align"
app:flRowSpacing="8dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_card_2_text"
android:layout_width="24dp"
android:layout_height="24dp" />

View File

@@ -193,7 +193,7 @@
app:flChildSpacingForLastRow="align"
app:flRowSpacing="8dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_card_2_video_autoplay"
android:layout_width="24dp"
android:layout_height="24dp" />

View File

@@ -193,7 +193,7 @@
app:flChildSpacingForLastRow="align"
app:flRowSpacing="8dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_card_2_video_autoplay"
android:layout_width="24dp"
android:layout_height="24dp" />

View File

@@ -19,7 +19,7 @@
app:cardCornerRadius="8dp"
style="?attr/materialCardViewElevatedStyle">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/image_view_item_post_card_2_with_preview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -204,7 +204,7 @@
app:flChildSpacingForLastRow="align"
app:flRowSpacing="8dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_card_2_with_preview"
android:layout_width="24dp"
android:layout_height="24dp" />

View File

@@ -14,7 +14,7 @@
android:paddingEnd="16dp"
android:paddingBottom="8dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_compact"
android:layout_width="24dp"
android:layout_height="24dp"

View File

@@ -14,7 +14,7 @@
android:paddingEnd="16dp"
android:paddingBottom="8dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_compact_right_thumbnail"
android:layout_width="24dp"
android:layout_height="24dp"

View File

@@ -13,7 +13,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_detail_gallery"
android:layout_width="24dp"
android:layout_height="24dp"

View File

@@ -13,7 +13,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_detail_image_and_gif_autoplay"
android:layout_width="24dp"
android:layout_height="24dp"
@@ -207,7 +207,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/image_view_item_post_detail_image_and_gif_autoplay"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -13,7 +13,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_detail_link"
android:layout_width="24dp"
android:layout_height="24dp"
@@ -217,7 +217,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/image_view_item_post_detail_link"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -13,7 +13,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_detail_no_preview_link"
android:layout_width="24dp"
android:layout_height="24dp"

View File

@@ -13,7 +13,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_detail_text"
android:layout_width="24dp"
android:layout_height="24dp"

View File

@@ -13,7 +13,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_detail_video_and_gif_preview"
android:layout_width="24dp"
android:layout_height="24dp"
@@ -209,7 +209,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/image_view_item_post_detail_video_and_gif_preview"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -13,7 +13,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_detail_video_autoplay"
android:layout_width="24dp"
android:layout_height="24dp"

View File

@@ -13,7 +13,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_detail_video_autoplay"
android:layout_width="24dp"
android:layout_height="24dp"

View File

@@ -17,7 +17,7 @@
android:layout_gravity="center"
android:visibility="gone" />
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/image_view_item_post_gallery"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -20,7 +20,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_gallery_type"
android:layout_width="24dp"
android:layout_height="24dp"

View File

@@ -20,7 +20,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_text_type"
android:layout_width="24dp"
android:layout_height="24dp"

View File

@@ -20,7 +20,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_video_type_autoplay"
android:layout_width="24dp"
android:layout_height="24dp"

View File

@@ -20,7 +20,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_video_type_autoplay"
android:layout_width="24dp"
android:layout_height="24dp"

View File

@@ -20,7 +20,7 @@
android:layout_height="wrap_content"
android:padding="16dp">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/icon_gif_image_view_item_post_with_preview"
android:layout_width="24dp"
android:layout_height="24dp"
@@ -212,7 +212,7 @@
android:layout_height="wrap_content"
android:visibility="gone">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/image_view_item_post_with_preview"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/aspect_ratio_gif_image_view_item_reddit_gallery_submission_image"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -17,7 +17,7 @@
android:layout_height="wrap_content"
android:visibility="gone">
<ml.docilealligator.infinityforreddit.customviews.AspectRatioGifImageView
<eu.toldi.infinityforlemmy.customviews.AspectRatioGifImageView
android:id="@+id/image_view_item_trending_search"
android:layout_width="match_parent"
android:layout_height="wrap_content"