aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/drawable
diff options
context:
space:
mode:
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.xml30
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>