mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
allow square logos for server selection screen
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
6869e8a6df
commit
b57f091c36
@ -41,9 +41,10 @@
|
||||
<ImageView
|
||||
android:id="@+id/image_logo"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="96dp"
|
||||
android:layout_marginBottom="@dimen/standard_margin"
|
||||
android:contentDescription="@string/nc_app_product_name"
|
||||
android:scaleType="centerInside"
|
||||
app:srcCompat="@drawable/ic_logo" />
|
||||
|
||||
<LinearLayout
|
||||
|
Loading…
Reference in New Issue
Block a user