mirror of
https://github.com/apognu/otter
synced 2025-02-17 11:20:34 +01:00
Added the full-size logo to prevent blurry Otter icon. Resized album cover arts in landscape mode.
This commit is contained in:
parent
921154edbb
commit
c420f26b88
BIN
app/src/main/res/drawable/otter.png
Normal file
BIN
app/src/main/res/drawable/otter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
@ -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"
|
||||
|
@ -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" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user