From 719e8e44418f87e490b5725135d38512b0be2192 Mon Sep 17 00:00:00 2001 From: ADITYA Date: Sat, 3 Aug 2024 03:42:30 +0530 Subject: [PATCH] Completed custom fm ui and implemented player, callbacks and volume toggling. --- .idea/other.xml | 11 -- .../java/com/woka/home/views/FMActivity.kt | 106 +++++++++++++++++- .../main/res/drawable/gradient_fm_play.xml | 12 ++ app/src/main/res/drawable/ic_pause_filled.xml | 5 + .../main/res/drawable/ic_play_filled_2.xml | 11 ++ .../main/res/layout/activity_fmactivity.xml | 87 +++++++++++++- 6 files changed, 212 insertions(+), 20 deletions(-) create mode 100644 app/src/main/res/drawable/gradient_fm_play.xml create mode 100644 app/src/main/res/drawable/ic_pause_filled.xml create mode 100644 app/src/main/res/drawable/ic_play_filled_2.xml diff --git a/.idea/other.xml b/.idea/other.xml index 0d3a1fb..4604c44 100644 --- a/.idea/other.xml +++ b/.idea/other.xml @@ -179,17 +179,6 @@