Story Viewer shared element transition.

This commit is contained in:
Alex Hart
2022-03-23 12:42:14 -03:00
committed by Greyson Parrelli
parent 6a5f5f4ffa
commit 6820b84921
17 changed files with 229 additions and 81 deletions

View File

@@ -403,7 +403,7 @@
<activity
android:name=".stories.viewer.StoryViewerActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:theme="@style/TextSecure.DarkNoActionBar"
android:theme="@style/TextSecure.DarkNoActionBar.StoryViewer"
android:windowSoftInputMode="stateAlwaysHidden|adjustNothing" />
<activity android:name=".components.settings.app.changenumber.ChangeNumberLockActivity"