From 8c2b39858da37640f4c58fe12aae9574ab7debec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Gonz=C3=A1lez?= <71378035+PabloG02@users.noreply.github.com> Date: Sun, 23 Apr 2023 21:43:48 +0200 Subject: [PATCH] Add xml for the shader compilation screen (#2255) * Add xml for the shader compilation screen * Change ConstraintLayout for LinearLayout and adapt style to MD3 * Change some aspects of the progress indicator and the source of text color --- app/src/main/res/layout/shader_loading.xml | 137 +++++++++++++++++++++ app/src/main/res/values/strings.xml | 1 + 2 files changed, 138 insertions(+) create mode 100644 app/src/main/res/layout/shader_loading.xml diff --git a/app/src/main/res/layout/shader_loading.xml b/app/src/main/res/layout/shader_loading.xml new file mode 100644 index 00000000..20275d46 --- /dev/null +++ b/app/src/main/res/layout/shader_loading.xml @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5ac52258..3c9d4dbf 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -256,6 +256,7 @@ Input Text + Compiling cached shaders... Expand Undo