| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright (C) 2022 The LeafOS Project |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| http://www.apache.org/licenses/LICENSE-2.0 |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <resources> |
| <!-- QQS Brightness slider --> |
| <dimen name="qqs_top_brightness_margin_top">4dp</dimen> |
| <dimen name="qqs_top_brightness_margin_bottom">12dp</dimen> |
| <dimen name="qqs_bottom_brightness_margin_top">12dp</dimen> |
| |
| <!-- QS Brightness slider --> |
| <dimen name="qs_top_brightness_margin_top">8dp</dimen> |
| <dimen name="qs_top_brightness_margin_bottom">10dp</dimen> |
| <dimen name="qs_bottom_brightness_margin_top">10dp</dimen> |
| |
| <!-- Network traffic --> |
| <dimen name="network_traffic_width">25sp</dimen> |
| |
| <!-- QS Paddings --> |
| <dimen name="custom_qs_panel_padding_top">0dp</dimen> |
| <dimen name="custom_notification_row_padding">16dp</dimen> |
| <dimen name="custom_qs_tile_label_line_height">20sp</dimen> |
| </resources> |