mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-07 09:12:24 +00:00
Show custom message on no session message.
Made a no session message an update message.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
style="@style/Signal.Text.Preview"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:autoLink="all"
|
||||
android:autoLink="none"
|
||||
android:gravity="center"
|
||||
android:linksClickable="true"
|
||||
android:textColor="?attr/conversation_item_update_text_color"
|
||||
@@ -74,6 +74,15 @@
|
||||
android:textColor="?conversation_item_update_text_color"
|
||||
tools:text="30 min ago" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/conversation_update_button"
|
||||
style="@style/Button.Borderless"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="Button"
|
||||
android:visibility="gone" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</org.thoughtcrime.securesms.conversation.ConversationUpdateItem>
|
||||
|
||||
Reference in New Issue
Block a user