1234567891011121314 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- Copyright (C) 2024 The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
- -->
- <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Radius of the software rounded corners at the top of the display in its natural
- orientation. If zero, the value of rounded_corner_radius is used. -->
- <dimen name="rounded_corner_radius_top">120.0px</dimen>
- <!-- Radius of the software rounded corners at the bottom of the display in its natural
- orientation. If zero, the value of rounded_corner_radius is used. -->
- <dimen name="rounded_corner_radius_bottom">111.0px</dimen>
- </resources>
|