From dbb9c9828b298c37091294bdfeba79897298f9b2 Mon Sep 17 00:00:00 2001 From: h4h13 Date: Wed, 5 Dec 2018 18:01:56 +0530 Subject: [PATCH] added themes --- .../res/layout-land/fragment_material.xml | 8 +- app/src/main/res/layout/fragment_material.xml | 9 +- .../fragment_material_playback_controls.xml | 68 +++------------ app/src/main/res/layout/media_button.xml | 86 +++++++++++++++++++ app/src/main/res/layout/player_time.xml | 37 ++++++++ app/src/main/res/layout/volume_controls.xml | 19 ++++ 6 files changed, 159 insertions(+), 68 deletions(-) create mode 100644 app/src/main/res/layout/media_button.xml create mode 100644 app/src/main/res/layout/player_time.xml create mode 100644 app/src/main/res/layout/volume_controls.xml diff --git a/app/src/main/res/layout-land/fragment_material.xml b/app/src/main/res/layout-land/fragment_material.xml index 67ffead8..17a95c25 100644 --- a/app/src/main/res/layout-land/fragment_material.xml +++ b/app/src/main/res/layout-land/fragment_material.xml @@ -32,12 +32,11 @@ android:orientation="horizontal"> - - - - - - - - - + @@ -102,7 +69,7 @@ tools:ignore="ContentDescription,UnusedAttribute"> - - - - + diff --git a/app/src/main/res/layout/media_button.xml b/app/src/main/res/layout/media_button.xml new file mode 100644 index 00000000..a4752bd6 --- /dev/null +++ b/app/src/main/res/layout/media_button.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/player_time.xml b/app/src/main/res/layout/player_time.xml new file mode 100644 index 00000000..c888bd77 --- /dev/null +++ b/app/src/main/res/layout/player_time.xml @@ -0,0 +1,37 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/volume_controls.xml b/app/src/main/res/layout/volume_controls.xml new file mode 100644 index 00000000..be3c5403 --- /dev/null +++ b/app/src/main/res/layout/volume_controls.xml @@ -0,0 +1,19 @@ + + + + + \ No newline at end of file