mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Chnage the animation for random subreddit and post. Update Credits info.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
android:layout_centerInParent="true"
|
||||
app:lottie_autoPlay="true"
|
||||
app:lottie_loop="true"
|
||||
app:lottie_speed="5"
|
||||
app:lottie_rawRes="@raw/random_subreddit_or_post" />
|
||||
|
||||
</RelativeLayout>
|
File diff suppressed because one or more lines are too long
@@ -501,6 +501,7 @@
|
||||
<string name="settings_filter_title">Filter</string>
|
||||
<string name="settings_subreddit_filter_category">Hide Subreddits</string>
|
||||
<string name="settings_subreddit_filter_popular_and_all">In r/popular and r/all</string>
|
||||
<string name="settings_credits_ufo_capturing_animation_title">UFO Capturing Animation</string>
|
||||
|
||||
<string name="no_link_available">Cannot get the link</string>
|
||||
|
||||
|
@@ -46,4 +46,9 @@
|
||||
app:title="@string/settings_credits_national_flags"
|
||||
android:summary="@string/settings_credits_national_flags_summary" />
|
||||
|
||||
<Preference
|
||||
app:key="ufo_capturing_animation"
|
||||
app:title="@string/settings_credits_ufo_capturing_animation_title"
|
||||
android:summary="https://lottiefiles.com/33858-ufo-capturing-animation" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
Reference in New Issue
Block a user