summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/bg_gradient.xml
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-04-05 19:20:27 +0200
committerGitHub <noreply@github.com>2024-04-05 19:20:27 +0200
commit92ab575b150ab49ca85e0ac994558142e49c9e68 (patch)
tree422dcd76895a4ba06ed02723ff61351435c0fe49 /core/src/main/res/drawable/bg_gradient.xml
parent2143ab135182434911d4554a8ef08115eaa0d2d0 (diff)
downloadAntennaPod-92ab575b150ab49ca85e0ac994558142e49c9e68.zip
Delete core module (#7060)
Diffstat (limited to 'core/src/main/res/drawable/bg_gradient.xml')
-rw-r--r--core/src/main/res/drawable/bg_gradient.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/src/main/res/drawable/bg_gradient.xml b/core/src/main/res/drawable/bg_gradient.xml
deleted file mode 100644
index 5022240b3..000000000
--- a/core/src/main/res/drawable/bg_gradient.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
- <gradient
- android:angle="90"
- android:endColor="#00ffffff"
- android:startColor="#ffffffff"
- android:type="linear" />
- <corners
- android:radius="0dp"/>
-</shape> \ No newline at end of file