From 6d224c307d105c9b1d2a46f0f81a11cabc4d32b1 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Mon, 5 Sep 2022 00:57:11 +1000 Subject: Fix stupid Redgifs API issue. --- app/src/main/res/layout/toro_exo_control_view.xml | 181 ++++++++++++++++++++++ app/src/main/res/layout/toro_exo_player_view.xml | 89 +++++++++++ 2 files changed, 270 insertions(+) create mode 100644 app/src/main/res/layout/toro_exo_control_view.xml create mode 100644 app/src/main/res/layout/toro_exo_player_view.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/toro_exo_control_view.xml b/app/src/main/res/layout/toro_exo_control_view.xml new file mode 100644 index 00000000..481230bf --- /dev/null +++ b/app/src/main/res/layout/toro_exo_control_view.xml @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/toro_exo_player_view.xml b/app/src/main/res/layout/toro_exo_player_view.xml new file mode 100644 index 00000000..b318b954 --- /dev/null +++ b/app/src/main/res/layout/toro_exo_player_view.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3