That fuck shit the fascists are using
1<?xml version="1.0" encoding="utf-8"?>
2<com.google.android.material.button.MaterialButton xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:app="http://schemas.android.com/apk/res-auto"
4 xmlns:tools="http://schemas.android.com/tools"
5 style="@style/Signal.Widget.Button.Base.Secondary"
6 android:layout_width="match_parent"
7 android:layout_height="wrap_content"
8 android:layout_marginStart="@dimen/dsl_settings_gutter"
9 android:layout_marginEnd="@dimen/dsl_settings_gutter"
10 android:ellipsize="end"
11 android:lines="1"
12 android:minHeight="56dp"
13 android:paddingHorizontal="16dp"
14 android:textAlignment="viewStart"
15 android:textColor="@color/signal_colorOnSurface"
16 app:cornerRadius="12dp"
17 app:icon="@drawable/symbol_copy_android_24"
18 app:iconGravity="end"
19 app:iconSize="24dp"
20 app:iconTint="@color/signal_colorOnSurface"
21 app:rippleColor="@color/signal_colorOutline"
22 app:strokeColor="@color/signal_colorOutline_38"
23 app:strokeWidth="1dp"
24 tools:text="maya#2342" />