blob: 4a4b19071cd333243b2d3f5822dddf3f6b1b1378 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2023 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/display_background_color" />
<corners
android:bottomLeftRadius="@dimen/display_corner_radius"
android:bottomRightRadius="@dimen/display_corner_radius" />
</shape>