Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- tools:context="com.example.iptea.hearingclub.fragments.SnoringRecordFragment">
- <!-- TODO: Update blank fragment layout -->
- <TextView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:text="@string/hello_blank_fragment" />
- <Button
- android:layout_width="150dp"
- android:layout_height="40dp"
- android:text="start record"
- android:id="@+id/startRecBtn"
- android:layout_marginTop="30dp"
- />
- <Button
- android:layout_width="150dp"
- android:layout_height="40dp"
- android:text="stop record"
- android:id="@+id/stopRecBtn"
- android:layout_marginTop="80dp"
- />
- <Button
- android:layout_width="150dp"
- android:layout_height="40dp"
- android:text="start playing"
- android:id="@+id/playRecBtn"
- android:layout_marginTop="130dp"
- />
- <Button
- android:layout_width="150dp"
- android:layout_height="40dp"
- android:text="Stop playing"
- android:id="@+id/stopPlay"
- android:layout_marginTop="180dp"
- />
- <Button
- android:layout_width="150dp"
- android:layout_height="40dp"
- android:text="Save Record"
- android:id="@+id/saveRec"
- android:layout_marginTop="230dp"
- />
- <!-- <com.cleveroad.audiovisualization.GLAudioVisualizationView
- android:id="@+id/visualizer_view"
- android:layout_width="match_parent"
- android:layout_height="350dp"
- app:av_bubblesSize="@dimen/bubble_size"
- app:av_bubblesRandomizeSizes="true"
- app:av_wavesHeight="@dimen/wave_height"
- app:av_wavesFooterHeight="@dimen/footer_height"
- app:av_wavesCount="7"
- app:av_layersCount="4"
- app:av_backgroundColor="@color/av_color_bg"
- />-->
- </FrameLayout>
Advertisement
Add Comment
Please, Sign In to add comment