Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Jan 26, 2024
1 parent 0dfefc4 commit dd1da30
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/pandroid/app/src/main/res/values/array.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="themes">
<item>Use System Default</item>
<item>Light</item>
<item>Dark</item>
<item>Black</item>
</string-array>
<integer-array name="themes_val">
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
</integer-array>
</resources>

0 comments on commit dd1da30

Please sign in to comment.