RealTimeTalk/app/src/main/res/layout/activity_splash_screen.xml

16 lines
561 B
XML

<FrameLayout 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/colorPrimary"
tools:context="com.smarthomies.realtimetalk.views.activities.SplashScreenActivity">
<ImageView
android:id="@+id/ivLogo"
android:src="@mipmap/ic_launcher"
android:layout_width="200dp"
android:layout_height="200dp"
android:layout_gravity="center"/>
</FrameLayout>