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:tools="http://schemas.android.com/tools"
4 tools:viewBindingIgnore="true"
5 xmlns:app="http://schemas.android.com/apk/res-auto"
6 style="@style/Signal.Widget.Button.Large.Secondary"
7 android:layout_width="match_parent"
8 android:layout_height="wrap_content"
9 android:layout_marginStart="@dimen/dsl_settings_gutter"
10 android:layout_marginEnd="@dimen/dsl_settings_gutter"
11 android:minHeight="72dp"
12 android:text="@string/NotificationProfileSelection__new_profile"
13 android:textAlignment="viewStart"
14 android:textAppearance="@style/Signal.Text.BodyLarge"
15 android:textColor="@color/signal_colorOnSurface"
16 app:cornerRadius="18dp"
17 app:icon="@drawable/new_notification_profile_pref_icon"
18 app:iconGravity="start"
19 app:iconPadding="12dp"
20 app:iconTint="@null"
21 app:strokeColor="@color/signal_colorOutline_38"
22 app:strokeWidth="1.5dp" />