Skip to content

Commit a949ff2

Browse files
authored
Merge pull request #11 from odaridavid/fix-code-sample-system-theme
Rename system default preference to follow system on Android Q >
2 parents 5490ddf + 1b2baec commit a949ff2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/res/values/arrays.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<string-array name="theme_options_above_q">
44
<item>Light Theme</item>
55
<item>Dark Theme</item>
6-
<item>System Default</item>
6+
<item>Follow System</item>
77
</string-array>
88

99
<string-array name="theme_options_below_q">

whatsnew/whatsnew-en-GB.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
- Fix code sample not switching to a dark theme on system-related theme change.
2+
- Rename System Default theme preference to Follow System on Devices running Android Q and above.
23
- Minor bug fixes and improvements.

0 commit comments

Comments
 (0)