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/drawable | |
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/drawable')
-rw-r--r-- | java/res/drawable/ic_setup_finish.xml (renamed from java/res/drawable/ic_setup_step3_finish.xml) | 0 | ||||
-rw-r--r-- | java/res/drawable/setup_step_action_color.xml | 30 |
2 files changed, 0 insertions, 30 deletions
diff --git a/java/res/drawable/ic_setup_step3_finish.xml b/java/res/drawable/ic_setup_finish.xml index 8ac8a86d1..8ac8a86d1 100644 --- a/java/res/drawable/ic_setup_step3_finish.xml +++ b/java/res/drawable/ic_setup_finish.xml diff --git a/java/res/drawable/setup_step_action_color.xml b/java/res/drawable/setup_step_action_color.xml deleted file mode 100644 index c53e026d5..000000000 --- a/java/res/drawable/setup_step_action_color.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?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> |