Skip to content

Commit

Permalink
Fix theming issues in PostPollActivity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Docile-Alligator committed Sep 26, 2024
1 parent 52db868 commit f137d5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ protected void applyCustomTheme() {
binding.postTitleEditTextPostPollActivity.setHintTextColor(secondaryTextColor);
binding.postContentEditTextPostPollActivity.setTextColor(primaryTextColor);
binding.postContentEditTextPostPollActivity.setHintTextColor(secondaryTextColor);
binding.votingLengthTextViewPostPollActivity.setTextColor(secondaryTextColor);
binding.option1TextInputLayoutPostPollActivity.setBoxStrokeColor(primaryTextColor);
binding.option1TextInputLayoutPostPollActivity.setDefaultHintTextColor(ColorStateList.valueOf(primaryTextColor));
binding.option1TextInputLayoutEditTextPostPollActivity.setTextColor(primaryTextColor);
Expand Down

0 comments on commit f137d5e

Please sign in to comment.