diff options
Diffstat (limited to 'res/layout/splash.xml')
-rw-r--r-- | res/layout/splash.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/res/layout/splash.xml b/res/layout/splash.xml deleted file mode 100644 index a8cc876..0000000 --- a/res/layout/splash.xml +++ /dev/null @@ -1,23 +0,0 @@ -<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <LinearLayout
- android:id="@+id/main_body"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:padding="8dp"
- android:background="#000000"
- android:gravity="center_horizontal|center_vertical"
- android:orientation="vertical">
- <ImageView
- android:id="@+id/icon_logo"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@drawable/icon_x"
- android:scaleType="center"/>
- </LinearLayout>
-</LinearLayout>
|