This commit is contained in:
Alexey Kuznetsov 2018-03-16 22:10:22 +03:00
commit f66434ca2b
2 changed files with 3 additions and 2 deletions

View file

@ -994,7 +994,7 @@ public class RecordingActivity extends AppCompatThemeActivity {
if (shared.getBoolean(MainApplication.PREFERENCE_VOICE, false))
encoder.filters.add(new VoiceFilter(getInfo()));
float amp = shared.getFloat(MainApplication.PREFERENCE_VOLUME, 0);
float amp = shared.getFloat(MainApplication.PREFERENCE_VOLUME, 1);
if (amp != 1)
encoder.filters.add(new AmplifierFilter(amp));

View file

@ -25,7 +25,8 @@
android:id="@+id/empty_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:orientation="vertical"
android:padding="5dp">
<View
android:layout_width="match_parent"