|
@@ -8,6 +8,17 @@
|
|
|
android:paddingRight="15dp"
|
|
android:paddingRight="15dp"
|
|
|
android:paddingTop="5dp">
|
|
android:paddingTop="5dp">
|
|
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:id="@+id/voice_search_iv"
|
|
|
|
|
+ android:layout_width="20dp"
|
|
|
|
|
+ android:layout_height="20dp"
|
|
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
|
|
+ android:layout_alignRight="@+id/search_edit"
|
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
|
+ android:layout_marginRight="6dp"
|
|
|
|
|
+ android:background="@drawable/btn_yuyin_nor"
|
|
|
|
|
+ android:visibility="visible" />
|
|
|
|
|
+
|
|
|
<com.core.widget.ClearEditText
|
|
<com.core.widget.ClearEditText
|
|
|
android:id="@+id/search_edit"
|
|
android:id="@+id/search_edit"
|
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
@@ -22,15 +33,4 @@
|
|
|
android:textColor="@color/dark_grey"
|
|
android:textColor="@color/dark_grey"
|
|
|
android:textColorHint="@color/grey"
|
|
android:textColorHint="@color/grey"
|
|
|
android:textSize="15sp" />
|
|
android:textSize="15sp" />
|
|
|
-
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:id="@+id/voice_search_iv"
|
|
|
|
|
- android:layout_width="20dp"
|
|
|
|
|
- android:layout_height="20dp"
|
|
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
|
- android:layout_alignRight="@+id/search_edit"
|
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
|
- android:layout_marginRight="6dp"
|
|
|
|
|
- android:background="@drawable/btn_yuyin_nor"
|
|
|
|
|
- android:visibility="visible" />
|
|
|
|
|
</merge>
|
|
</merge>
|