SamarV-121 | b6e699a | 2022-09-29 01:16:12 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2022 The LeafOS Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Pranav Vashi | f486197 | 2022-09-03 09:57:27 +0200 | [diff] [blame] | 18 | <!-- QS brightness slider --> |
| 19 | <string-array name="qs_brightness_slider_entries" translatable="false"> |
| 20 | <item>@string/qs_brightness_slider_never</item> |
| 21 | <item>@string/qs_brightness_slider_expanded</item> |
| 22 | <item>@string/qs_brightness_slider_always</item> |
| 23 | </string-array> |
| 24 | |
| 25 | <string-array name="qs_brightness_slider_values" translatable="false"> |
| 26 | <item>0</item> |
| 27 | <item>1</item> |
| 28 | <item>2</item> |
| 29 | </string-array> |
| 30 | |
| 31 | <string-array name="qs_brightness_slider_position_entries" translatable="false"> |
| 32 | <item>@string/qs_brightness_slider_position_top</item> |
| 33 | <item>@string/qs_brightness_slider_position_bottom</item> |
| 34 | </string-array> |
| 35 | |
| 36 | <string-array name="qs_brightness_slider_position_values" translatable="false"> |
| 37 | <item>0</item> |
| 38 | <item>1</item> |
| 39 | </string-array> |
| 40 | |
SamarV-121 | dc32fbf | 2023-04-23 19:11:11 +0530 | [diff] [blame] | 41 | <!-- Brightness slider styles --> |
| 42 | <string-array name="brightness_slider_style_entries" translatable="false"> |
| 43 | <item>@string/brightness_slider_style_default</item> |
| 44 | <item>@string/brightness_slider_style_filled</item> |
| 45 | <item>@string/brightness_slider_style_thin</item> |
| 46 | </string-array> |
| 47 | |
| 48 | <string-array name="brightness_slider_style_values"> |
| 49 | <item>0</item> |
| 50 | <item>1</item> |
| 51 | <item>2</item> |
| 52 | </string-array> |
| 53 | |
SamarV-121 | 334bfd4 | 2023-05-28 10:27:52 +0530 | [diff] [blame] | 54 | <!-- QS panel style --> |
| 55 | <string-array name="qs_style_entries"> |
| 56 | <item>@string/qs_style_default</item> |
| 57 | <item>@string/qs_style_round</item> |
| 58 | </string-array> |
| 59 | |
| 60 | <string-array name="qs_style_values"> |
| 61 | <item>0</item> |
| 62 | <item>1</item> |
| 63 | </string-array> |
| 64 | |
SamarV-121 | b6e699a | 2022-09-29 01:16:12 +0000 | [diff] [blame] | 65 | <!-- QS tile shape --> |
| 66 | <string-array name="qs_tile_shape_entries"> |
| 67 | <item>@string/qs_tile_round</item> |
| 68 | <item>@string/qs_tile_rect</item> |
| 69 | <item>@string/qs_tile_mix</item> |
| 70 | </string-array> |
| 71 | |
SamarV-121 | b6e699a | 2022-09-29 01:16:12 +0000 | [diff] [blame] | 72 | <string-array name="qs_tile_shape_values"> |
| 73 | <item>0</item> |
| 74 | <item>1</item> |
| 75 | <item>2</item> |
| 76 | </string-array> |
| 77 | </resources> |