mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-31 20:02:12 +00:00
16 lines
515 B
XML
16 lines
515 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2013 The Android Open Source Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:state_focused="true"
|
|
android:drawable="@color/setup_step_action_pressed" />
|
|
<item
|
|
android:state_pressed="true"
|
|
android:drawable="@color/setup_step_action_pressed" />
|
|
<item
|
|
android:drawable="@color/setup_step_background" />
|
|
</selector>
|