Fixed Splash screen issues

This commit is contained in:
Prathamesh More 2022-06-06 20:39:41 +05:30
parent 2ef5a5903d
commit 33a0d113b8
5 changed files with 5 additions and 4 deletions

View file

@ -11,7 +11,8 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
android:orientation="vertical"
android:paddingBottom="@dimen/mini_player_height">
<com.google.android.material.card.MaterialCardView
android:id="@+id/buyProContainer"