blob: 33eb4a5a760adf578e31bb63e57b7ed1b26e1435 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2023 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<stroke
android:width="1dp"
android:color="@color/system_neutral2_700" />
<solid android:color="@android:color/transparent"/>
<corners android:radius="@dimen/widget_configuration_background_corner_radius" />
</shape>