mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-08 00:22:17 +00:00
Merge pull request #711 from hjubb/bottom_sheet_conversation
Allow Messaging from User details sheet
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user