|
|
@@ -3,15 +3,17 @@
|
|
|
android:id="@+id/top"
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:paddingRight="@dimen/paddingMin"
|
|
|
- android:layout_height="?attr/actionBarSize">
|
|
|
+ android:layout_height="?attr/actionBarSize"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:paddingRight="@dimen/paddingMin">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/back"
|
|
|
android:layout_width="24dp"
|
|
|
android:layout_height="24dp"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/ic_baseutil_back"/>
|
|
|
+ android:src="@drawable/ic_baseutil_back" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/data_inquiry_filter_iv"
|
|
|
@@ -19,7 +21,7 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:src="@drawable/ic_advanced_filter"/>
|
|
|
+ android:src="@drawable/ic_advanced_filter" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -43,7 +45,7 @@
|
|
|
android:paddingRight="26dp"
|
|
|
android:textColor="@color/dark_grey"
|
|
|
android:textColorHint="@color/grey"
|
|
|
- android:textSize="14sp"/>
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/data_inquiry_voice_iv"
|
|
|
@@ -54,7 +56,7 @@
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginRight="6dp"
|
|
|
android:background="@drawable/btn_yuyin_nor"
|
|
|
- android:visibility="visible"/>
|
|
|
+ android:visibility="visible" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|