mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 04:34:21 +01:00
Fix initial state for update button.
This commit is contained in:
@@ -25,10 +25,12 @@
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/conversation_update_action"
|
||||
style="@style/Signal.Widget.Button.Small.Primary"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
style="@style/Signal.Widget.Button.Small.Primary"
|
||||
tools:text="Learn more"/>
|
||||
android:visibility="gone"
|
||||
tools:text="Learn more"
|
||||
tools:visibility="visible" />
|
||||
|
||||
</org.thoughtcrime.securesms.conversation.ConversationUpdateItem>
|
||||
|
||||
Reference in New Issue
Block a user