mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
remove logo dimensions for sever selection screen
(to allow other ratios and sizes for customer logos. adapt to files app which allows all sizes) Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
84a0e7d9bc
commit
6869e8a6df
@ -40,11 +40,10 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/image_logo"
|
android:id="@+id/image_logo"
|
||||||
android:layout_width="96dp"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="96dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="@dimen/standard_margin"
|
android:layout_marginBottom="@dimen/standard_margin"
|
||||||
android:contentDescription="@string/nc_app_product_name"
|
android:contentDescription="@string/nc_app_product_name"
|
||||||
android:scaleType="fitXY"
|
|
||||||
app:srcCompat="@drawable/ic_logo" />
|
app:srcCompat="@drawable/ic_logo" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
Loading…
Reference in New Issue
Block a user