Create new sticker management screen with tabbed interface.

Adds a skeleton implementation of `StickerManagementActivityV2`. This new activity is not currently connected to anything, but once complete it will replace `StickerManagementActivity`.
This commit is contained in:
Jeffrey Starke
2025-04-10 17:36:09 -04:00
committed by Alex Hart
parent 90a356b29d
commit 885588db86
4 changed files with 266 additions and 0 deletions

View File

@@ -895,6 +895,10 @@
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:exported="false"/>
<activity android:name=".stickers.StickerManagementActivityV2"
android:exported="false"
android:theme="@style/Signal.DayNight.NoActionBar" />
<activity android:name=".logsubmit.SubmitDebugLogActivity"
android:windowSoftInputMode="stateHidden"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"