Add UI components for Release Channel.

This commit is contained in:
Cody Henthorne
2022-01-31 12:46:44 -05:00
parent 45a91e0896
commit 1b1001b0e9
61 changed files with 1011 additions and 323 deletions

View File

@@ -43,6 +43,13 @@
tools:text="Learn more"
tools:visibility="visible" />
<ViewStub
android:id="@+id/conversation_update_donate_action"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:layout="@layout/conversation_item_update_donate" />
</LinearLayout>
</org.thoughtcrime.securesms.conversation.ConversationUpdateItem>