aboutsummaryrefslogtreecommitdiff
path: root/android/build/res/drawable
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-08-05 20:18:38 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-08-05 20:18:38 -0400
commit931d187c762011cefefe273241e209ef08a58ccf (patch)
tree13e590284298128b158cb155ccfffed95205280e /android/build/res/drawable
parent19aba81bd9920c470ff258b35ef14276faa1146e (diff)
downloadfrivolous-run-931d187c762011cefefe273241e209ef08a58ccf.tar.gz
frivolous-run-931d187c762011cefefe273241e209ef08a58ccf.tar.bz2
frivolous-run-931d187c762011cefefe273241e209ef08a58ccf.zip
Removed android build tools
Diffstat (limited to 'android/build/res/drawable')
-rw-r--r--android/build/res/drawable/splash_drawable.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/android/build/res/drawable/splash_drawable.xml b/android/build/res/drawable/splash_drawable.xml
deleted file mode 100644
index 30627b9..0000000
--- a/android/build/res/drawable/splash_drawable.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
-
- <item android:drawable="@drawable/splash_bg_color" />
-
- <item>
- <bitmap
- android:gravity="center"
- android:filter="false"
- android:src="@drawable/splash" />
- </item>
-</layer-list>