summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorNebojsa Cvetkovic <nebkat@gmail.com>2014-01-05 23:15:15 +0000
committerDanesh M <daneshm90@gmail.com>2014-01-24 16:25:19 -0800
commit233a1403274298f510bb57f02ffde54e40d3ec0b (patch)
tree60e2ca8e683ec2ed4a5c62caa463d22614bade0a /res
parentcd7dd3299ed70b82aad991063769eb6f3d33ce42 (diff)
downloadandroid_packages_apps_Trebuchet-233a1403274298f510bb57f02ffde54e40d3ec0b.tar.gz
android_packages_apps_Trebuchet-233a1403274298f510bb57f02ffde54e40d3ec0b.tar.bz2
android_packages_apps_Trebuchet-233a1403274298f510bb57f02ffde54e40d3ec0b.zip
FontStylePreference: Simplify using onPrepareDialogBuilder()
Change-Id: I26b0886564e863bdf8fe601003220e612ed95cbf
Diffstat (limited to 'res')
-rw-r--r--res/layout/preference_font_style.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/res/layout/preference_font_style.xml b/res/layout/preference_font_style.xml
deleted file mode 100644
index 5356ebdf1..000000000
--- a/res/layout/preference_font_style.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <ListView android:id="@android:id/list"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:choiceMode="singleChoice"/>
-</LinearLayout> \ No newline at end of file