10 lines
360 B
XML
10 lines
360 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/keyboard_key_pressed_color_you" />
|
|
<corners android:radius="@dimen/keyboard_key_corner_radius_you" />
|
|
</shape>
|