mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-10 20:57:25 +01:00
Animate player controls
Fade in and out on the player controls
This commit is contained in:
parent
e980e1a613
commit
15048e7f1b
@ -205,7 +205,8 @@
|
||||
android:id="@+id/player_view_item_post_detail_video_autoplay"
|
||||
android:layout_width="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
|
||||
android:id="@+id/preview_image_view_item_post_detail_video_autoplay"
|
||||
|
@ -208,7 +208,8 @@
|
||||
android:id="@+id/player_view_item_post_video_type_autoplay"
|
||||
android:layout_width="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
|
||||
android:id="@+id/preview_image_view_item_post_video_type_autoplay"
|
||||
|
Loading…
Reference in New Issue
Block a user