summaryrefslogtreecommitdiffstats
path: root/res/layout/search.xml
diff options
context:
space:
mode:
authorIsaac Katzenelson <isaack@android.com>2011-04-27 14:40:08 -0700
committerIsaac Katzenelson <isaack@android.com>2011-05-11 11:40:24 -0700
commitccf565b6a00e1df8c0de824ac91e9f6746e246b5 (patch)
tree38d13ee18a08ffeead032d12f021ea7ec49b21d7 /res/layout/search.xml
parent7ee51ab94cef40b14457829c5cb5c92d5f3a79ad (diff)
downloadandroid_packages_apps_Calendar-ccf565b6a00e1df8c0de824ac91e9f6746e246b5.tar.gz
android_packages_apps_Calendar-ccf565b6a00e1df8c0de824ac91e9f6746e246b5.tar.bz2
android_packages_apps_Calendar-ccf565b6a00e1df8c0de824ac91e9f6746e246b5.zip
Agenda fixes
Change-Id: I5654884027f0ee085f7a68c62ecf9c510937fb12
Diffstat (limited to 'res/layout/search.xml')
-rw-r--r--res/layout/search.xml24
1 files changed, 4 insertions, 20 deletions
diff --git a/res/layout/search.xml b/res/layout/search.xml
index 42081bd0..8d78e3a6 100644
--- a/res/layout/search.xml
+++ b/res/layout/search.xml
@@ -14,24 +14,8 @@
limitations under the License.
-->
-<LinearLayout
+<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <FrameLayout
- android:id="@+id/search_results"
- android:layout_height="match_parent"
- android:layout_width="0px"
- android:layout_weight=".3"
- android:layout_marginLeft="40dip"
- android:layout_marginTop="80dip" />
-
- <FrameLayout
- android:id="@+id/event_info"
- android:layout_height="match_parent"
- android:layout_width="0px"
- android:layout_weight=".7"
- android:background="#FFFFFFFF"
- android:layout_marginTop="20dip" />
-</LinearLayout>
+ android:id="@+id/search_results"
+ android:layout_height="match_parent"
+ android:layout_width="match_parent"/>