summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2014-06-24 18:03:11 -0700
committerMaurice Lam <yukl@google.com>2014-06-24 18:03:11 -0700
commit0c8a04354b2af58d3f5c66904f24f5c54894cdff (patch)
tree679b7c43d8c1fa8c74807161d1be886c50095ffa
parent4f35a014222af63c5f931f1cd010d594ee09ed5f (diff)
downloadandroid_frameworks_opt_setupwizard-0c8a04354b2af58d3f5c66904f24f5c54894cdff.tar.gz
android_frameworks_opt_setupwizard-0c8a04354b2af58d3f5c66904f24f5c54894cdff.tar.bz2
android_frameworks_opt_setupwizard-0c8a04354b2af58d3f5c66904f24f5c54894cdff.zip
Moved "more" resources
Bug: 15863755 Change-Id: Ida5c75d324a53efc0de6fbdf00ad5f341452c091
-rw-r--r--navigationbar/res/drawable/setup_wizard_navbar_ic_more.xml27
-rw-r--r--navigationbar/res/values/strings.xml3
2 files changed, 0 insertions, 30 deletions
diff --git a/navigationbar/res/drawable/setup_wizard_navbar_ic_more.xml b/navigationbar/res/drawable/setup_wizard_navbar_ic_more.xml
deleted file mode 100644
index eef8b93..0000000
--- a/navigationbar/res/drawable/setup_wizard_navbar_ic_more.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2014 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.
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android">
- <size android:width="24dp" android:height="24dp" />
- <viewport android:viewportWidth="24" android:viewportHeight="24" />
- <path
- android:fill="@android:color/transparent"
- android:pathData="M8,7 l4,4 l4,-4 M8,13 l4,4 l4,-4"
- android:stroke="?android:textColorPrimary"
- android:strokeWidth="2"
- android:strokeLineCap="square"
- />
-</vector>
diff --git a/navigationbar/res/values/strings.xml b/navigationbar/res/values/strings.xml
index 856f046..7f01c4e 100644
--- a/navigationbar/res/values/strings.xml
+++ b/navigationbar/res/values/strings.xml
@@ -6,7 +6,4 @@
<!-- Button for going to the previous screen or step [CHAR LIMIT=40] -->
<string name="setup_wizard_back_button_label">Back</string>
- <!-- Button for scrolling down to reveal more content [CHAR LIMIT=40] -->
- <string name="setup_wizard_more_button_label">More</string>
-
</resources>