Skip to content

Commit

Permalink
Merge pull request #11 from odaridavid/fix-code-sample-system-theme
Browse files Browse the repository at this point in the history
Rename system default preference to follow system on Android Q >
  • Loading branch information
odaridavid authored May 11, 2020
2 parents 5490ddf + 1b2baec commit a949ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<string-array name="theme_options_above_q">
<item>Light Theme</item>
<item>Dark Theme</item>
<item>System Default</item>
<item>Follow System</item>
</string-array>

<string-array name="theme_options_below_q">
Expand Down
1 change: 1 addition & 0 deletions whatsnew/whatsnew-en-GB.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Fix code sample not switching to a dark theme on system-related theme change.
- Rename System Default theme preference to Follow System on Devices running Android Q and above.
- Minor bug fixes and improvements.

0 comments on commit a949ff2

Please sign in to comment.