diff options
author | Selim Cinek <cinek@google.com> | 2014-09-15 17:18:39 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-09-15 17:18:40 +0000 |
commit | a2f945e227d8059e3ff9c41676146b057cd7ddbe (patch) | |
tree | 0ab63d9f5292cb7a172dda85d9de93af29233739 /packages/SystemUI/res/values-land | |
parent | 025207b3cfbb0bbbaa8c1b8f7e14941fc38160aa (diff) | |
parent | 92d892c0cd5462237f818b1129d936d95640e297 (diff) | |
download | frameworks_base-a2f945e227d8059e3ff9c41676146b057cd7ddbe.zip frameworks_base-a2f945e227d8059e3ff9c41676146b057cd7ddbe.tar.gz frameworks_base-a2f945e227d8059e3ff9c41676146b057cd7ddbe.tar.bz2 |
Merge "Changed the swipe up search affordance" into lmp-dev
Diffstat (limited to 'packages/SystemUI/res/values-land')
-rw-r--r-- | packages/SystemUI/res/values-land/styles.xml | 12 |
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> |