hide stop recording button
This commit is contained in:
parent
cc9c080012
commit
41c7e2f8a4
|
@ -24,5 +24,6 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Stop Recording"
|
||||
android:layout_marginTop="16dp" />
|
||||
android:layout_marginTop="16dp"
|
||||
android:visibility="gone" />
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in New Issue