Skip to content
Snippets Groups Projects
Commit b7eea29b authored by goodgirlwannabe's avatar goodgirlwannabe
Browse files

fix: splash screen

parent 5ff07ee9
No related merge requests found
......@@ -4,25 +4,23 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".SplashScreen"
android:background="@color/primary">
android:background="@color/primary"
tools:context=".SplashScreen">
<ImageView
android:id="@+id/logoSplashScreen"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/bondomand_logo"
android:layout_marginTop="170dp"
android:layout_centerHorizontal="true"/>
android:layout_centerInParent="true"
android:src="@drawable/bondomand_logo" />
<TextView
android:id="@+id/txt_splashscreen"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Bondoman"
android:textSize="40dp"
android:layout_centerHorizontal="true"
android:layout_below="@id/logoSplashScreen"
android:layout_centerHorizontal="true"
android:fontFamily="@font/font_parisienne"
/>
android:text="Bondoman"
android:textSize="40dp" />
</RelativeLayout>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment