Merge pull request #13109 from nextcloud/logoSameSize

Use same logo size
This commit is contained in:
Tobias Kaminsky 2024-06-13 09:25:27 +02:00 committed by GitHub
commit ef0a798e92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -26,8 +26,8 @@
<ImageView
android:id="@+id/thumbnail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_width="@dimen/splash_image_size"
android:layout_height="@dimen/splash_image_size"
android:layout_marginBottom="@dimen/standard_padding"
android:contentDescription="@string/app_name"
android:src="@drawable/logo" />

View file

@ -15,7 +15,7 @@
<ImageView
android:id="@+id/whatsNewImage"
android:layout_width="200dp"
android:layout_width="@dimen/splash_image_size"
android:layout_height="0dp"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="@dimen/alternate_margin"