<?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" | |
android:shape="rectangle"> | |
<solid android:color="@android:color/white" /> | |
<corners android:radius="2.0dip" /> | |
</shape> |