diff options
author | 2013-04-18 15:11:33 +0900 | |
---|---|---|
committer | 2013-04-19 19:44:54 +0900 | |
commit | 192743a6aea378163d4ad47037ee16509b1d7b2a (patch) | |
tree | 608907913fbd974296c21d4b657c3b710f1da6fb /java/res/color | |
parent | f10046bddc78c939c53236fb94ebaf413d108b11 (diff) | |
download | latinime-192743a6aea378163d4ad47037ee16509b1d7b2a.tar.gz latinime-192743a6aea378163d4ad47037ee16509b1d7b2a.tar.xz latinime-192743a6aea378163d4ad47037ee16509b1d7b2a.zip |
Add finish action to setup wizard
Bug: 8159728
Change-Id: I1578fc31875a1edbfea213fb5e1a1b464d02e941
Diffstat (limited to 'java/res/color')
-rw-r--r-- | java/res/color/setup_step_action_color.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/java/res/color/setup_step_action_color.xml b/java/res/color/setup_step_action_color.xml new file mode 100644 index 000000000..c53e026d5 --- /dev/null +++ b/java/res/color/setup_step_action_color.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2013, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item + android:state_focused="true" + android:color="@color/setup_step_background" /> + <item + android:state_pressed="true" + android:color="@color/setup_step_background" /> + <item + android:color="@color/setup_text_action" /> +</selector> |