dimens.xml 673 B

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