Enable split pane UI for new call screen.

This commit is contained in:
jeffrey-signal
2025-11-06 11:43:05 -05:00
committed by Michelle Tang
parent 75346c3f6b
commit a96a0a7009
10 changed files with 452 additions and 153 deletions

View File

@@ -713,11 +713,10 @@
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:exported="false"/>
<activity android:name=".calls.new.NewCallActivity"
android:theme="@style/Theme.Signal.DayNight.NoActionBar"
android:windowSoftInputMode="stateAlwaysVisible"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:exported="false"/>
<activity
android:name=".calls.new.NewCallActivity"
android:exported="false"
android:theme="@style/Signal.DayNight.NoActionBar" />
<activity android:name=".PushContactSelectionActivity"
android:label="@string/AndroidManifest__select_contacts"