Render GV1->GV2 migration event.

This commit is contained in:
Greyson Parrelli
2020-11-04 14:19:14 -05:00
committed by Alan Evans
parent 6bb9d27d4e
commit 5e536c3fa5
21 changed files with 447 additions and 26 deletions

View File

@@ -24,4 +24,12 @@
android:textColor="?attr/conversation_item_update_text_color"
tools:text="Gwen Stacy set the disappearing message timer to 1 hour" />
<com.google.android.material.button.MaterialButton
android:id="@+id/conversation_update_action"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
style="?attr/outlined_action_button"
tools:text="Learn more"/>
</org.thoughtcrime.securesms.conversation.ConversationUpdateItem>