summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-11-06 10:12:54 -0800
committerDanesh M <daneshm90@gmail.com>2015-09-27 20:46:52 -0700
commit5b54994fc56c9d00d415f161457c2c7449af912d (patch)
treef78f60595d88ca965a5ffc526fcee478026adbf4 /res/values/styles.xml
parent4ca61d13bc2fd0faa18ce76b1f9edf00323ce260 (diff)
downloadandroid_packages_apps_Trebuchet-5b54994fc56c9d00d415f161457c2c7449af912d.tar.gz
android_packages_apps_Trebuchet-5b54994fc56c9d00d415f161457c2c7449af912d.tar.bz2
android_packages_apps_Trebuchet-5b54994fc56c9d00d415f161457c2c7449af912d.zip
Using the default search widget in Launcher3
> Removing all logic related to search and voice overlays from Launcher3 > Using the widget provided by global search provider on the homescreen > Removing VoiceButtonProxy, as it is not being used anymore Change-Id: Ie8b09b44f7213c8fa11bce685914442e4884295d
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 2ffb0b901..e4a7b76ec 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -51,8 +51,6 @@
<item name="customShadows">false</item>
</style>
- <style name="SearchDropTargetBar"></style>
-
<style name="SearchButton"></style>
<style name="DropTargetButtonContainer">
@@ -109,8 +107,4 @@
<item name="android:paddingLeft">@dimen/app_widget_preview_padding_left</item>
</style>
- <style name="SearchButton.WithPaddingStart">
- <item name="android:paddingLeft">8dp</item>
- </style>
-
</resources>