add check to 'attach' recording button
This commit is contained in:
parent
0f101ffd9f
commit
20c0193047
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue