|
|
@@ -2,12 +2,14 @@
|
|
|
<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:background="@drawable/bg_bar"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="50dp"
|
|
|
+ android:layout_height="48dp"
|
|
|
+ android:background="@drawable/bg_bar"
|
|
|
android:orientation="horizontal"
|
|
|
android:paddingBottom="5dp"
|
|
|
android:paddingLeft="15dp"
|
|
|
@@ -16,16 +18,15 @@
|
|
|
|
|
|
<com.xzjmyk.pm.activity.view.ClearEditText
|
|
|
android:id="@+id/edt_search"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="fill_parent"
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
+ 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" />
|
|
|
+ android:textSize="15sp"/>
|
|
|
|
|
|
</RelativeLayout>
|
|
|
<com.xzjmyk.pm.activity.view.SuperSwipeRefreshLayout
|