summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-land
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-09-11 15:11:00 +0200
committerSelim Cinek <cinek@google.com>2014-09-15 17:25:40 +0200
commit92d892c0cd5462237f818b1129d936d95640e297 (patch)
treeac4e427a35fc7bd41fdb701c66aaedb2126bdfe8 /packages/SystemUI/res/values-land
parent2047df6f5f6af14cdb93f220c0329f1bff7a43ff (diff)
downloadframeworks_base-92d892c0cd5462237f818b1129d936d95640e297.zip
frameworks_base-92d892c0cd5462237f818b1129d936d95640e297.tar.gz
frameworks_base-92d892c0cd5462237f818b1129d936d95640e297.tar.bz2
Changed the swipe up search affordance
The previous card animation is removed and replaced by a animating circle with a shadow. Also fixes several cases where the card could either get stuck and the affordance was not launched. Bug: 17457300 Bug: 17444236 Change-Id: I005313a1dbe63d338490e6100dd3bd01e35687ba
Diffstat (limited to 'packages/SystemUI/res/values-land')
-rw-r--r--packages/SystemUI/res/values-land/styles.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/SystemUI/res/values-land/styles.xml b/packages/SystemUI/res/values-land/styles.xml
index 682998d..e58fbb1 100644
--- a/packages/SystemUI/res/values-land/styles.xml
+++ b/packages/SystemUI/res/values-land/styles.xml
@@ -19,18 +19,6 @@
<item name="android:layout_width">360dp</item>
</style>
- <style name="SearchPanelCard">
- <item name="android:layout_width">@dimen/search_panel_card_height</item>
- <item name="android:layout_height">match_parent</item>
- <item name="android:layout_marginTop">16dp</item>
- <item name="android:layout_marginBottom">16dp</item>
- <item name="android:layout_gravity">right</item>
- </style>
-
- <style name="SearchPanelLogo">
- <item name="android:layout_gravity">top|left</item>
- </style>
-
<style name="SearchPanelScrim">
<item name="android:layout_width">@dimen/search_panel_scrim_height</item>
<item name="android:layout_height">match_parent</item>