Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2024-01-20 00:01:24 +0300
committerGitHub <noreply@github.com>2024-01-20 00:01:24 +0300
commit00eeee817ca231d22c7787e67b6ddd7ae04fdf28 (patch)
treee434ca03b3f1fac903624172638dc7484883fae1 /app/src/main/res/drawable/due_tomorrow_background.xml
parentb8ee8530fe796f3d13db41429f6a140c55dc22b8 (diff)
parent3ae26363d56157a0869dd6717ce6e069a4a8cc44 (diff)
Merge pull request #1565 from stefan-niedermann/master
Merge master
Diffstat (limited to 'app/src/main/res/drawable/due_tomorrow_background.xml')
-rw-r--r--app/src/main/res/drawable/due_tomorrow_background.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/src/main/res/drawable/due_tomorrow_background.xml b/app/src/main/res/drawable/due_tomorrow_background.xml
deleted file mode 100644
index a986c42e2..000000000
--- a/app/src/main/res/drawable/due_tomorrow_background.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="@color/due_tomorrow" />
-
- <corners
- android:radius="4dp" />
-</shape> \ No newline at end of file