summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2020-07-25 21:21:22 +0200
committercyBerta <cyberta@riseup.net>2020-07-25 21:21:22 +0200
commit023fa0e8d18a95e4fecb256fd4e4a1e6488c3df8 (patch)
tree70928bc55d2723e585f31a2752683c536bfd737d /app/src/custom/res/drawable
parentfacc6945f77e34fd561ac5fd40da47270cbed001 (diff)
move default background images to drawable-nodpi, drawable is treated as mdpi and will lead to upscaled images. Fixes blank background images on older devices because of exceeded opengl pixel width/height limits
Diffstat (limited to 'app/src/custom/res/drawable')
-rw-r--r--app/src/custom/res/drawable/background_drawer.pngbin74867 -> 0 bytes
-rw-r--r--app/src/custom/res/drawable/background_main.pngbin51417 -> 0 bytes
-rw-r--r--app/src/custom/res/drawable/ic_splash_background.pngbin90207 -> 0 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/app/src/custom/res/drawable/background_drawer.png b/app/src/custom/res/drawable/background_drawer.png
deleted file mode 100644
index 0c42b73c..00000000
--- a/app/src/custom/res/drawable/background_drawer.png
+++ /dev/null
Binary files differ
diff --git a/app/src/custom/res/drawable/background_main.png b/app/src/custom/res/drawable/background_main.png
deleted file mode 100644
index c01e26c3..00000000
--- a/app/src/custom/res/drawable/background_main.png
+++ /dev/null
Binary files differ
diff --git a/app/src/custom/res/drawable/ic_splash_background.png b/app/src/custom/res/drawable/ic_splash_background.png
deleted file mode 100644
index 6a06ddc9..00000000
--- a/app/src/custom/res/drawable/ic_splash_background.png
+++ /dev/null
Binary files differ