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