aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_media_viewer.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-02-17 20:03:12 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-02-17 20:03:12 +0100
commitf3e913400273579007cc6cdec7656e4aefa970ab (patch)
tree3327408ac9cbf6271b598a03aa37856e256685e7 /src/main/res/layout/activity_media_viewer.xml
parent435989fc60c1f94c8a2d3175b8f77cc2ddd3a2f3 (diff)
customize ExoPlayer
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_media_viewer.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_media_viewer.xml b/src/main/res/layout/activity_media_viewer.xml
index 2b64fb81a..c82ed1603 100644
--- a/src/main/res/layout/activity_media_viewer.xml
+++ b/src/main/res/layout/activity_media_viewer.xml
@@ -26,6 +26,10 @@
android:id="@+id/messageVideoView"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ app:played_color="?attr/colorAccent"
+ app:scrubber_color="?attr/colorAccent"
+ app:show_shuffle_button="false"
+ app:show_buffering="never"
android:visibility="gone" />
<com.leinardi.android.speeddial.SpeedDialOverlayLayout