11 lines
417 B
XML
11 lines
417 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: 2023 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_pressed="true"
|
|
android:drawable="@drawable/btn_keyboard_spacebar_pressed_you" />
|
|
<item android:drawable="@drawable/btn_keyboard_spacebar_normal_you" />
|
|
</selector>
|