|
@@ -1,10 +1,11 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@color/white">
|
|
|
|
|
|
- <LinearLayout
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerInParent="true"
|
|
@@ -15,6 +16,6 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@drawable/bg_splash" />
|
|
|
- </LinearLayout>
|
|
|
+ </FrameLayout>
|
|
|
|
|
|
-</RelativeLayout>
|
|
|
+</FrameLayout>
|