splash logo changed

This commit is contained in:
2019-12-10 22:46:06 +03:00
parent c242a41d6c
commit c642e43993
4 changed files with 8 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 KiB

After

Width:  |  Height:  |  Size: 775 KiB

View File

@@ -17,12 +17,15 @@
<ImageView
android:id="@+id/pizzappSplashLogoImageView"
android:layout_width="match_parent"
android:layout_width="200dp"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:src="@drawable/pizzaleu_splash_logo"
android:layout_centerHorizontal="true"
android:adjustViewBounds="true"
android:layout_margin="16dp"
android:layout_marginTop="8dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:scaleType="fitXY" />
<LinearLayout
@@ -31,7 +34,9 @@
android:layout_height="wrap_content"
android:layout_below="@+id/pizzappSplashLogoImageView"
android:orientation="vertical"
android:layout_margin="8dp">
android:layout_marginBottom="8dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp">
<RelativeLayout
android:id="@+id/choosePostCodeLayout"