adding a frame at the main screen to make it a bit more interesting

This commit is contained in:
tibbi
2020-03-31 10:45:16 +02:00
parent 79cf72bf6c
commit ab95ec2d49
3 changed files with 18 additions and 4 deletions

View File

@ -10,6 +10,7 @@ import com.simplemobiletools.commons.helpers.*
import com.simplemobiletools.commons.models.FAQItem
import com.simplemobiletools.voicerecorder.BuildConfig
import com.simplemobiletools.voicerecorder.R
import com.simplemobiletools.voicerecorder.extensions.config
import com.simplemobiletools.voicerecorder.helpers.GET_RECORDER_INFO
import com.simplemobiletools.voicerecorder.helpers.STOP_AMPLITUDE_UPDATE
import com.simplemobiletools.voicerecorder.models.Events
@ -50,6 +51,7 @@ class MainActivity : SimpleActivity() {
}
visualizer.chunkColor = adjustedPrimaryColor
recording_duration.setTextColor(config.textColor)
}
override fun onDestroy() {