add check to 'attach' recording button

This commit is contained in:
Daniel Gultsch 2024-04-05 13:32:33 +02:00
parent 0f101ffd9f
commit 20c0193047
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<RelativeLayout
android:layout_width="match_parent"
@ -32,7 +33,8 @@
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerInParent="true"
android:text="@string/attach" />
android:text="@string/attach"
app:icon="@drawable/ic_check_24dp" />
</RelativeLayout>