|
|
@@ -40,9 +40,10 @@
|
|
|
android:hint="@string/search"
|
|
|
android:imeOptions="actionSearch"
|
|
|
android:inputType="text"
|
|
|
+ android:paddingRight="26dp"
|
|
|
android:textColor="@color/dark_grey"
|
|
|
android:textColorHint="@color/grey"
|
|
|
- android:textSize="15sp"/>
|
|
|
+ android:textSize="14sp"/>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/data_inquiry_voice_iv"
|
|
|
@@ -51,7 +52,7 @@
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_alignRight="@+id/search_edit"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginRight="25dp"
|
|
|
+ android:layout_marginRight="6dp"
|
|
|
android:background="@drawable/btn_yuyin_nor"
|
|
|
android:visibility="visible"/>
|
|
|
</RelativeLayout>
|