One quick, easy way is to make your launch screen Translucent.
<activity
android:name="com.taxeeta.BookingExperience"
android:configChanges="keyboardHidden|orientation"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="stateAlwaysHidden" />