moving the actual functionality in the Recorder fragment

This commit is contained in:
tibbi
2020-03-31 18:59:53 +02:00
parent 51548338a7
commit 656e887a1b
5 changed files with 170 additions and 90 deletions

View File

@@ -4,6 +4,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/fragment_recorder" />
<com.simplemobiletools.commons.views.MyViewPager
android:id="@+id/viewpager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>