2022-08-16 16:59:12 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
android:id="@+id/share_button"
|
|
|
|
style="@style/Signal.Widget.Button.Medium.Tonal"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:text="@string/preferences_share"
|
2023-01-12 16:10:32 -05:00
|
|
|
app:icon="@drawable/symbol_share_android_24"
|
2022-08-16 16:59:12 -03:00
|
|
|
app:iconSize="20dp" />
|
|
|
|
</FrameLayout>
|