Skip to content

Commit

Permalink
- Added missing arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Rekun committed Oct 1, 2018
1 parent 218510a commit d9c2b3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/main/res/values-it/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@
<item>Attivata (AMOLED)</item>
</string-array>

<string-array name="settings_appearance_night_mode_values" translatable="false">
<item>disabled</item>
<item>enabled</item>
<item>amoled</item>
</string-array>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@
<item>Enabled</item>
<item>Enabled (AMOLED)</item>
</string-array>

<string-array name="settings_appearance_night_mode_values" translatable="false">
<item>disabled</item>
<item>enabled</item>
<item>amoled</item>
</string-array>
</resources>

0 comments on commit d9c2b3c

Please sign in to comment.