summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/splash.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/splash.xml')
-rw-r--r--app/src/main/res/layout/splash.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/src/main/res/layout/splash.xml b/app/src/main/res/layout/splash.xml
deleted file mode 100644
index 126b93481..000000000
--- a/app/src/main/res/layout/splash.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <ProgressBar
- style="?android:attr/progressBarStyle"
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:layout_alignParentBottom="true"
- android:layout_centerHorizontal="true"
- android:layout_marginBottom="96dp"
- android:id="@+id/progressBar"/>
-</RelativeLayout>