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 | |
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')
-rw-r--r-- | app/src/custom/res/drawable/background_drawer.png | bin | 74867 -> 0 bytes |
-rw-r--r-- | app/src/custom/res/drawable/background_main.png | bin | 51417 -> 0 bytes |
-rw-r--r-- | app/src/custom/res/drawable/ic_splash_background.png | bin | 90207 -> 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 Binary files differdeleted file mode 100644 index 0c42b73c..00000000 --- a/app/src/custom/res/drawable/background_drawer.png +++ /dev/null diff --git a/app/src/custom/res/drawable/background_main.png b/app/src/custom/res/drawable/background_main.png Binary files differdeleted file mode 100644 index c01e26c3..00000000 --- a/app/src/custom/res/drawable/background_main.png +++ /dev/null diff --git a/app/src/custom/res/drawable/ic_splash_background.png b/app/src/custom/res/drawable/ic_splash_background.png Binary files differdeleted file mode 100644 index 6a06ddc9..00000000 --- a/app/src/custom/res/drawable/ic_splash_background.png +++ /dev/null |