Combine input and output into one screen.

This commit is contained in:
akwizgran
2018-09-28 15:34:17 +01:00
committed by Torsten Grote
parent 924ba38dae
commit 98add37b8d
15 changed files with 401 additions and 622 deletions

View File

@@ -426,14 +426,9 @@
<!-- Prototype -->
<activity
android:name=".android.contact.ContactInviteOutputActivity"
android:name=".android.contact.ContactLinkExchangeActivity"
android:theme="@style/BriarTheme"
android:label="@string/send_link_title"/>
<activity
android:name=".android.contact.ContactInviteInputActivity"
android:theme="@style/BriarTheme"
android:label="@string/open_link_title"
android:label="@string/add_contact_title"
android:windowSoftInputMode="stateHidden|adjustResize">
<intent-filter>
<action android:name="android.intent.action.VIEW" />