Added the full-size logo to prevent blurry Otter icon. Resized album cover arts in landscape mode.

This commit is contained in:
Antoine POPINEAU 2020-06-25 22:33:01 +02:00
parent 921154edbb
commit c420f26b88
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
3 changed files with 6 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -40,7 +40,7 @@
<ImageView
android:id="@+id/cover"
android:layout_width="match_parent"
android:layout_height="250dp"
android:layout_height="100dp"
android:layout_margin="8dp"
android:contentDescription="@string/alt_album_cover"
android:scaleType="centerCrop"
@ -55,7 +55,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/covers"
android:layout_width="match_parent"
android:layout_height="250dp"
android:layout_height="100dp"
android:layout_margin="8dp"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"

View File

@ -16,7 +16,7 @@
android:layout_height="128dp"
android:layout_marginBottom="32dp"
android:contentDescription="@string/alt_app_logo"
android:src="@drawable/ottershape"
android:src="@drawable/otter"
android:tint="@android:color/white" />
<TextView
@ -45,6 +45,7 @@
android:hint="@string/login_hostname"
android:inputType="textUri"
android:lines="1"
android:text="@string/debug.hostname"
android:textColor="@android:color/white"
android:textCursorDrawable="@null" />
@ -85,6 +86,7 @@
android:layout_height="wrap_content"
android:inputType="textEmailAddress"
android:lines="1"
android:text="@string/debug.username"
android:textColor="@android:color/white"
android:textCursorDrawable="@null" />
@ -110,6 +112,7 @@
android:layout_height="wrap_content"
android:inputType="textPassword"
android:lines="1"
android:text="@string/debug.password"
android:textColor="@android:color/white"
android:textCursorDrawable="@null" />