| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,37 @@ |
| 1 |
+<!-- |
|
| 2 |
+ ~ Copyright (c) 2023 Samson Achiaga |
|
| 3 |
+ ~ |
|
| 4 |
+ ~ Licensed under the Apache License, Version 2.0 (the "License"); |
|
| 5 |
+ ~ you may not use this file except in compliance with the License. |
|
| 6 |
+ ~ You may obtain a copy of the License at |
|
| 7 |
+ ~ |
|
| 8 |
+ ~ http://www.apache.org/licenses/LICENSE-2.0 |
|
| 9 |
+ ~ |
|
| 10 |
+ ~ Unless required by applicable law or agreed to in writing, software |
|
| 11 |
+ ~ distributed under the License is distributed on an "AS IS" BASIS, |
|
| 12 |
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
| 13 |
+ ~ See the License for the specific language governing permissions and |
|
| 14 |
+ ~ limitations under the License. |
|
| 15 |
+ --> |
|
| 16 |
+ |
|
| 17 |
+<resources> |
|
| 18 |
+ <!-- Theme Preference --> |
|
| 19 |
+ <string-array name="pref_theme"> |
|
| 20 |
+ <item>@string/theme_system_default</item> |
|
| 21 |
+ <item>@string/theme_light</item> |
|
| 22 |
+ <item>@string/theme_dark</item> |
|
| 23 |
+ </string-array> |
|
| 24 |
+ |
|
| 25 |
+ <string-array name="pref_theme_values"> |
|
| 26 |
+ <item>MODE_NIGHT_FOLLOW_SYSTEM</item> |
|
| 27 |
+ <item>MODE_NIGHT_NO</item> |
|
| 28 |
+ <item>MODE_NIGHT_YES</item> |
|
| 29 |
+ </string-array> |
|
| 30 |
+ |
|
| 31 |
+ <string-array name="filter_array"> |
|
| 32 |
+ <item>@string/all</item> |
|
| 33 |
+ <item>@string/today</item> |
|
| 34 |
+ <item>@string/upcoming</item> |
|
| 35 |
+ <item>@string/completed</item> |
|
| 36 |
+ </string-array> |
|
| 37 |
+</resources> |
|
| 0 | 38 |
\ No newline at end of file |