Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4a4df95 authored by wangqi's avatar wangqi Committed by Copybara-Service
Browse files

Fix bug that soft keyboard pushes action bar out of window.

This is happening on outgoing call.

Bug: 67596257
Test: manual
PiperOrigin-RevId: 187207221
Change-Id: I09e8be0dbad695a1a5afb64e08faf533d068e5c4
parent dd52b39f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -63,7 +63,8 @@
        android:resizeableActivity="true"
        android:screenOrientation="nosensor"
        android:taskAffinity="com.android.incallui"
        android:theme="@style/Theme.InCallScreen">
        android:theme="@style/Theme.InCallScreen"
        android:windowSoftInputMode="adjustResize">
    </activity>

    <activity
+1 −2
Original line number Diff line number Diff line
@@ -17,8 +17,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/dialer_theme_color"
    android:fitsSystemWindows="true">
    android:background="@color/dialer_theme_color">

  <include layout="@layout/rtt_banner"/>