mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-10 12:47:26 +01:00
Remove animateLayoutChanges in video autoplay views.
This commit is contained in:
parent
c7fdef7a58
commit
6e6788d96c
@ -29,8 +29,7 @@
|
|||||||
android:id="@+id/player_view_item_post_card_2_video_autoplay"
|
android:id="@+id/player_view_item_post_card_2_video_autoplay"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
app:controller_layout_id="@layout/exo_autoplay_playback_control_view"
|
app:controller_layout_id="@layout/exo_autoplay_playback_control_view" />
|
||||||
android:animateLayoutChanges="true" />
|
|
||||||
|
|
||||||
<pl.droidsonroids.gif.GifImageView
|
<pl.droidsonroids.gif.GifImageView
|
||||||
android:id="@+id/preview_image_view_item_post_card_2_video_autoplay"
|
android:id="@+id/preview_image_view_item_post_card_2_video_autoplay"
|
||||||
|
@ -213,8 +213,7 @@
|
|||||||
android:id="@+id/player_view_item_post_detail_video_autoplay"
|
android:id="@+id/player_view_item_post_detail_video_autoplay"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
app:controller_layout_id="@layout/exo_autoplay_playback_control_view"
|
app:controller_layout_id="@layout/exo_autoplay_playback_control_view" />
|
||||||
android:animateLayoutChanges="true" />
|
|
||||||
|
|
||||||
<pl.droidsonroids.gif.GifImageView
|
<pl.droidsonroids.gif.GifImageView
|
||||||
android:id="@+id/preview_image_view_item_post_detail_video_autoplay"
|
android:id="@+id/preview_image_view_item_post_detail_video_autoplay"
|
||||||
|
@ -206,8 +206,7 @@
|
|||||||
android:id="@+id/player_view_item_post_video_type_autoplay"
|
android:id="@+id/player_view_item_post_video_type_autoplay"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
app:controller_layout_id="@layout/exo_autoplay_playback_control_view"
|
app:controller_layout_id="@layout/exo_autoplay_playback_control_view" />
|
||||||
android:animateLayoutChanges="true" />
|
|
||||||
|
|
||||||
<pl.droidsonroids.gif.GifImageView
|
<pl.droidsonroids.gif.GifImageView
|
||||||
android:id="@+id/preview_image_view_item_post_video_type_autoplay"
|
android:id="@+id/preview_image_view_item_post_video_type_autoplay"
|
||||||
|
Loading…
Reference in New Issue
Block a user