That fuck shit the fascists are using
at master 16 lines 677 B view raw
1<?xml version="1.0" encoding="utf-8"?> 2<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:app="http://schemas.android.com/apk/res-auto" 4 android:layout_width="match_parent" 5 android:layout_height="wrap_content"> 6 7 <com.google.android.material.button.MaterialButton 8 android:id="@+id/share_button" 9 style="@style/Signal.Widget.Button.Medium.Tonal" 10 android:layout_width="wrap_content" 11 android:layout_height="wrap_content" 12 android:layout_gravity="center" 13 android:text="@string/preferences_share" 14 app:icon="@drawable/symbol_share_android_24" 15 app:iconSize="20dp" /> 16</FrameLayout>