AndroidAudioRecorder
AndroidAudioRecorder copied to clipboard
protrait only?
<application android:label="@string/app_name">
<activity
android:name=".AudioRecorderActivity"
android:theme="@style/Theme.AppCompat"
android:screenOrientation="portrait"/>
</application>
I set it to "nosense", but the view is ugly to see.
So, any idea? :smiley:
Hi @jp1017, Yes, currently this lib only supports portrait mode (I'll update README with this info). There is a problem when rotating screen: sometimes the recording stop and user loose all. I'll try to fix this ASAP.
Thanks for your feedback!