diff options
author | cyBerta <cyberta@riseup.net> | 2020-07-25 21:21:22 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2020-07-25 21:21:22 +0200 |
commit | 023fa0e8d18a95e4fecb256fd4e4a1e6488c3df8 (patch) | |
tree | 70928bc55d2723e585f31a2752683c536bfd737d /app/src/custom/res/drawable-nodpi | |
parent | facc6945f77e34fd561ac5fd40da47270cbed001 (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-nodpi')
-rw-r--r-- | app/src/custom/res/drawable-nodpi/background_drawer.png | bin | 0 -> 74867 bytes |
-rw-r--r-- | app/src/custom/res/drawable-nodpi/background_main.png | bin | 0 -> 51417 bytes |
-rw-r--r-- | app/src/custom/res/drawable-nodpi/ic_splash_background.png | bin | 0 -> 90207 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/app/src/custom/res/drawable-nodpi/background_drawer.png b/app/src/custom/res/drawable-nodpi/background_drawer.png Binary files differnew file mode 100644 index 00000000..0c42b73c --- /dev/null +++ b/app/src/custom/res/drawable-nodpi/background_drawer.png diff --git a/app/src/custom/res/drawable-nodpi/background_main.png b/app/src/custom/res/drawable-nodpi/background_main.png Binary files differnew file mode 100644 index 00000000..c01e26c3 --- /dev/null +++ b/app/src/custom/res/drawable-nodpi/background_main.png diff --git a/app/src/custom/res/drawable-nodpi/ic_splash_background.png b/app/src/custom/res/drawable-nodpi/ic_splash_background.png Binary files differnew file mode 100644 index 00000000..6a06ddc9 --- /dev/null +++ b/app/src/custom/res/drawable-nodpi/ic_splash_background.png |