Add split pane UI for new conversation screen.

This commit is contained in:
jeffrey-signal
2025-10-08 14:47:48 -04:00
committed by Alex Hart
parent 0f35eb7f7b
commit 534756c833
15 changed files with 3975 additions and 38 deletions

View File

@@ -697,6 +697,11 @@
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:exported="false"/>
<activity
android:name=".conversation.NewConversationActivityV2"
android:exported="false"
android:theme="@style/Signal.DayNight.NoActionBar" />
<activity android:name=".recipients.ui.findby.FindByActivity"
android:theme="@style/Theme.Signal.DayNight.NoActionBar"
android:windowSoftInputMode="adjustResize"