That fuck shit the fascists are using
at master 21 lines 769 B view raw
1<?xml version="1.0" encoding="utf-8"?><!-- 2 ~ Copyright 2023 Signal Messenger, LLC 3 ~ SPDX-License-Identifier: AGPL-3.0-only 4 --> 5<merge xmlns:android="http://schemas.android.com/apk/res/android"> 6 7 <View 8 android:id="@+id/join_stroke" 9 android:layout_width="match_parent" 10 android:layout_height="1dp" 11 android:layout_marginStart="12dp" 12 android:layout_marginEnd="12dp" 13 android:background="@color/core_white" /> 14 15 <com.google.android.material.button.MaterialButton 16 android:id="@+id/join_button" 17 style="@style/Widget.Signal.Button.TextButton" 18 android:layout_width="match_parent" 19 android:layout_height="wrap_content" 20 android:text="@string/ConversationItem__join_call" /> 21</merge>