10 lines
340 B
XML
10 lines
340 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2023 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- Whether to show Smooth Display feature in Settings Options -->
|
|
<bool name="config_show_smooth_display">true</bool>
|
|
</resources>
|