Android release launch screen (#3609)

This commit is contained in:
Elias Nahum 2019-11-27 01:39:34 -03:00 committed by CJ
parent 9041e90276
commit 80d4119dbe

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.percent.PercentRelativeLayout
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
@ -16,4 +16,4 @@
android:adjustViewBounds="true"
android:src="@drawable/splash" />
</android.support.percent.PercentRelativeLayout>
</androidx.constraintlayout.widget.ConstraintLayout>