Always adjustPan for keyboard

This commit is contained in:
Jarne Demeulemeester 2021-06-10 16:08:29 +02:00
parent d28908c615
commit 08a62ad6b2
No known key found for this signature in database
GPG key ID: 60884A0C1EBA43E5
2 changed files with 4 additions and 1 deletions

View file

@ -9,7 +9,9 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Jellyfin">
<activity android:name=".MainActivity">
<activity
android:name=".MainActivity"
android:windowSoftInputMode="adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View file

@ -70,6 +70,7 @@
android:id="@+id/button_add_server"
style="@style/setup_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/add_server"
app:layout_constraintEnd_toEndOf="parent"