|
|
@@ -1,53 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:focusable="true"
|
|
|
- android:focusableInTouchMode="true"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/search_rl"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:background="@drawable/bg_bar"
|
|
|
- android:focusable="true"
|
|
|
- android:focusableInTouchMode="true"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:paddingBottom="5dp"
|
|
|
- android:paddingLeft="15dp"
|
|
|
- android:paddingRight="15dp"
|
|
|
- android:paddingTop="5dp">
|
|
|
-
|
|
|
- <com.core.widget.ClearEditText
|
|
|
- android:id="@+id/search_edit"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@drawable/search_input"
|
|
|
- android:drawableLeft="@drawable/search"
|
|
|
- android:drawableRight="@drawable/search_clear"
|
|
|
- android:hint="@string/search"
|
|
|
- android:textColor="@color/dark_grey"
|
|
|
- android:textColorHint="@color/grey"
|
|
|
- android:textSize="15sp" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <com.baidu.mapapi.map.MapView
|
|
|
- android:id="@+id/bmapView"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="3"
|
|
|
- android:clickable="false" />
|
|
|
-
|
|
|
- <com.handmark.pulltorefresh.library.PullToRefreshListView
|
|
|
- android:id="@+id/listview"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="5"
|
|
|
- android:divider="@color/item_line"
|
|
|
- android:dividerHeight="2px"
|
|
|
- android:focusableInTouchMode="false"
|
|
|
- android:hardwareAccelerated="false"
|
|
|
- android:scrollingCache="false" />
|
|
|
-
|
|
|
-</LinearLayout>
|