From 1595ef52bc4941c35c1637e81b8bb76e76fbeef7 Mon Sep 17 00:00:00 2001 From: Jannik Date: Thu, 5 Nov 2020 18:47:49 +0100 Subject: [PATCH] start working on custom play controls --- app/src/main/res/layout/activity_player.xml | 6 +- app/src/main/res/layout/player_controls.xml | 104 ++++++++++++++++++++ 2 files changed, 107 insertions(+), 3 deletions(-) create mode 100644 app/src/main/res/layout/player_controls.xml diff --git a/app/src/main/res/layout/activity_player.xml b/app/src/main/res/layout/activity_player.xml index 9623e02..573765c 100644 --- a/app/src/main/res/layout/activity_player.xml +++ b/app/src/main/res/layout/activity_player.xml @@ -8,14 +8,14 @@ android:background="#000000" tools:context=".PlayerActivity"> - - + app:rewind_increment="10000"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file