hide stop recording button

This commit is contained in:
Urko. 2024-01-31 07:59:49 +01:00
parent cc9c080012
commit 41c7e2f8a4
1 changed files with 2 additions and 1 deletions

View File

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