summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2015-06-02 16:57:21 +0200
committerDanny Baumann <dannybaumann@web.de>2015-06-03 11:52:11 +0200
commitb675a6acf2509baba714428cb83677a2ed4c0ff0 (patch)
tree502ec69718138b73ba787f6b0b644438a15220b5 /res
parent22335cd4cdfdba31bdf58650b1e93a0474584711 (diff)
downloadandroid_packages_apps_Dialer-b675a6acf2509baba714428cb83677a2ed4c0ff0.tar.gz
android_packages_apps_Dialer-b675a6acf2509baba714428cb83677a2ed4c0ff0.tar.bz2
android_packages_apps_Dialer-b675a6acf2509baba714428cb83677a2ed4c0ff0.zip
Remove some dead code.
Change-Id: I2b91f0e3e106fdcd2fd1cb877b8b9e0750184dd3
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_stats_nav_item.xml26
-rw-r--r--res/values/styles.xml4
2 files changed, 0 insertions, 30 deletions
diff --git a/res/layout/call_stats_nav_item.xml b/res/layout/call_stats_nav_item.xml
deleted file mode 100644
index 0e572a7ef..000000000
--- a/res/layout/call_stats_nav_item.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2011 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.
--->
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/call_stats_nav_text"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_vertical"
- android:minHeight="40dp"
- android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
- android:paddingStart="?android:attr/listPreferredItemPaddingStart"
- android:textAppearance="?android:attr/textAppearanceListItemSmall" />
-
diff --git a/res/values/styles.xml b/res/values/styles.xml
index a6ed0f9a7..195f9cd70 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -105,10 +105,6 @@
<item name="android:fastScrollThumbDrawable">@drawable/fastscroll_thumb</item>
<item name="android:fastScrollTrackDrawable">@null</item>
</style>
- <!-- A theme for inflation of spinners in the dialtacts action bar -->
- <style name="DialtactsSpinnerTheme" parent="DialtactsTheme">
- <item name="android:textAppearanceListItemSmall">@android:style/TextAppearance.Holo.Medium.Inverse</item>
- </style>
<style name="DialtactsActionBarSpinner"
parent="@*android:style/Widget.Holo.Light.Spinner.DropDown.ActionBar">