summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Schmertmann <Lars.Schmertmann@governikus.de>2019-12-06 08:15:34 +0100
committerLars Schmertmann <Lars.Schmertmann@governikus.de>2020-03-04 16:31:13 +0100
commit5ee1dac8d600ed76fd5434929ac1fc9a7c965304 (patch)
treea6fd4d27dbc2f50ddaed26729ddaf75e7429fa6f /src
parent1a30a828307ac1a27cb20e7b25fe9cb722497631 (diff)
Finally remove splash.xml to fix a lint warning
Unused resources ---------------- src/android/java/res/layout/splash.xml:2: The resource R.layout.splash appears to be unused Fixes: QTBUG-72976 Change-Id: I8f23438503d21f3279e0577a9caac745810fffc3 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/android/java/res/layout/splash.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/android/java/res/layout/splash.xml b/src/android/java/res/layout/splash.xml
deleted file mode 100644
index 476d91a844..0000000000
--- a/src/android/java/res/layout/splash.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" />