Skip to content

Commit

Permalink
Merge pull request #188 from nagyrobi/patch-3
Browse files Browse the repository at this point in the history
Add a chance to dim at maximum allowed by device
  • Loading branch information
thanksmister authored May 8, 2020
2 parents 13d10b9 + 1f22ea3 commit bf38445
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WallPanelApp/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
<item>50%</item>
<item>75%</item>
<item>90%</item>
<item>99%</item>
</string-array>

<string-array name="dim_values">
Expand All @@ -226,6 +227,7 @@
<item>50</item>
<item>75</item>
<item>90</item>
<item>99</item>
</string-array>

</resources>
</resources>

0 comments on commit bf38445

Please sign in to comment.