10 lines
394 B
XML
10 lines
394 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: 2025 kenway214
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/search_bg_selector"/>
|
|
<corners android:radius="16dp"/>
|
|
<padding android:left="8dp" android:top="4dp" android:right="8dp" android:bottom="4dp"/>
|
|
</shape> |