Implement new invite screen.

This commit is contained in:
Alex Hart
2019-11-22 13:47:25 -04:00
committed by Greyson Parrelli
parent 49ecd9ef5d
commit fb494c1151
20 changed files with 284 additions and 104 deletions

View File

@@ -120,7 +120,7 @@
android:launchMode="singleTask"/>
<activity android:name=".InviteActivity"
android:theme="@style/TextSecure.HighlightTheme"
android:theme="@style/Signal.Light.NoActionBar.Invite"
android:windowSoftInputMode="stateHidden"
android:parentActivityName=".MainActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize">