naXa777 / SoundRecorder

A simple sound recording Android app implementing Material Design
https://naxa777.github.io/SoundRecorder/
GNU General Public License v3.0
36 stars 43 forks source link

Bug: Text-color doesn't appear as per the theme when phone is rotated to the landscape mode(Dark theme) #79

Closed kavitamp closed 2 years ago

kavitamp commented 2 years ago

Issue:

Text color doesn't appear as per the theme when the phone is rotated to landscape mode. "Tap the button to start recording" and "Recording..." texts appear in black color when phone rotated to landscape mode in the dark theme

Expected behavior:

These two texts should appear in the white shade in the dark mode. But currently, they are getting displayed in black color only in the landscape mode

Steps:

  1. Open the app and set it to the dark mode
  2. Rotate the device and check the text colors

Issue recording:

https://user-images.githubusercontent.com/20037228/196822546-5dd3b10a-7488-4afb-8008-2614f61b72dc.mp4

kavitamp commented 2 years ago

Hi @naXa777 , I have fixed this issue in PR(https://github.com/naXa777/SoundRecorder/pull/78) please take a look. Thanks!