mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Merge pull request #13109 from nextcloud/logoSameSize
Use same logo size
This commit is contained in:
commit
ef0a798e92
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 |
|
@ -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" />
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue