add check to 'attach' recording button

Daniel Gultsch created

Change summary

src/main/res/layout/activity_recording.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Detailed changes

src/main/res/layout/activity_recording.xml 🔗

@@ -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>