Merge pull request #711 from hjubb/bottom_sheet_conversation

Allow Messaging from User details sheet
This commit is contained in:
Niels Andriesse
2021-08-20 15:58:14 +10:00
committed by GitHub
2 changed files with 18 additions and 3 deletions

View File

@@ -111,12 +111,12 @@
<Button
style="@style/Widget.Session.Button.Common.ProminentOutline"
android:id="@+id/copyButton"
android:id="@+id/messageButton"
android:layout_width="wrap_content"
android:layout_height="@dimen/medium_button_height"
android:layout_marginTop="@dimen/medium_spacing"
android:paddingLeft="@dimen/large_spacing"
android:paddingRight="@dimen/large_spacing"
android:text="@string/copy" />
android:text="@string/ConversationActivity_message" />
</LinearLayout>