Added Android code
[wl-app.git] / Android / app / src / main / res / layout / activity_splash.xml
diff --git a/Android/app/src/main/res/layout/activity_splash.xml b/Android/app/src/main/res/layout/activity_splash.xml
new file mode 100644 (file)
index 0000000..146ebca
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout android:id="@+id/rlMainView"
+                xmlns:android="http://schemas.android.com/apk/res/android"
+                xmlns:tools="http://schemas.android.com/tools"
+                android:layout_width="match_parent"
+                android:layout_height="match_parent"
+                android:background="@color/white">
+
+    <ImageView
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_centerInParent="true"
+        android:src="@drawable/splash"
+        tools:ignore="ContentDescription"/>
+</RelativeLayout>
\ No newline at end of file