Add third speed dial action, share button.

This commit is contained in:
akwizgran
2018-09-25 12:48:42 +01:00
committed by Torsten Grote
parent a8080ad84b
commit 416f023fb4
9 changed files with 117 additions and 104 deletions

View File

@@ -427,11 +427,13 @@
<!-- Prototype -->
<activity
android:name=".android.contact.ContactLinkOutputActivity"
android:theme="@style/BriarTheme"/>
android:theme="@style/BriarTheme"
android:label="@string/send_link_title"/>
<activity
android:name=".android.contact.ContactLinkInputActivity"
android:theme="@style/BriarTheme"
android:label="@string/open_link_title"
android:windowSoftInputMode="stateHidden|adjustResize">
<intent-filter>
<data android:scheme="briar"/>