summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-06-14 11:17:25 +0300
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2014-06-17 15:42:08 -0700
commitcf43a17640a7eede4106670f97e0834b5ea0f976 (patch)
tree313a96f471db1403ef96fdc1345cda68a93fac56 /res
parent7b286808c4f606053f1b92c9563ea3b23ff7d1ec (diff)
downloadandroid_packages_apps_Trebuchet-cf43a17640a7eede4106670f97e0834b5ea0f976.tar.gz
android_packages_apps_Trebuchet-cf43a17640a7eede4106670f97e0834b5ea0f976.tar.bz2
android_packages_apps_Trebuchet-cf43a17640a7eede4106670f97e0834b5ea0f976.zip
Revert font change support
Change-Id: I1f1ecd348c485e370b92c4b49512a3bc5d9d56a7
Diffstat (limited to 'res')
-rw-r--r--res/layout/list_item_checkable.xml26
-rw-r--r--res/values/preferences_defaults.xml2
2 files changed, 0 insertions, 28 deletions
diff --git a/res/layout/list_item_checkable.xml b/res/layout/list_item_checkable.xml
deleted file mode 100644
index 86d6b1a4c..000000000
--- a/res/layout/list_item_checkable.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 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.
--->
-<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:minHeight="?android:attr/listPreferredItemHeightSmall"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="?android:attr/textColorAlertDialogListItem"
- android:gravity="center_vertical"
- android:paddingStart="16dip"
- android:paddingEnd="16dip"
- android:checkMark="?android:attr/listChoiceIndicatorSingle"
- android:ellipsize="marquee" />
diff --git a/res/values/preferences_defaults.xml b/res/values/preferences_defaults.xml
index b6ae9a6e6..64d904a0f 100644
--- a/res/values/preferences_defaults.xml
+++ b/res/values/preferences_defaults.xml
@@ -13,6 +13,4 @@
<bool name="preferences_interface_drawer_remove_hidden_apps_widgets_default">true</bool>
<bool name="preferences_interface_drawer_hide_icon_labels_default">false</bool>
<bool name="preferences_interface_general_icons_large_default">@bool/config_largeIcons</bool>
- <string name="preferences_interface_general_icons_text_font_family_default">sans-serif-condensed</string>
- <integer name="preferences_interface_general_icons_text_font_style_default">0</integer>
</resources>