cleanups
This commit is contained in:
parent
51ab378b92
commit
f66434ca2b
2 changed files with 3 additions and 2 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue