|
|
@@ -40,18 +40,18 @@
|
|
|
android:id="@+id/home_search_sbd_iv"
|
|
|
android:layout_width="44dp"
|
|
|
android:layout_height="44dp"
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
android:layout_below="@id/home_search_top"
|
|
|
- android:layout_toStartOf="@id/home_search_msg_iv"
|
|
|
android:padding="12dp"
|
|
|
- android:src="@mipmap/ic_msg" />
|
|
|
+ android:src="@drawable/ic_phone" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/home_search_sbd_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="14dp"
|
|
|
android:layout_below="@id/home_search_top"
|
|
|
- android:layout_toStartOf="@id/home_search_msg_iv"
|
|
|
android:layout_marginTop="10dp"
|
|
|
+ android:layout_alignEnd="@id/home_search_sbd_iv"
|
|
|
android:layout_marginEnd="4dp"
|
|
|
android:background="@drawable/shape_f81b5f_rec_7"
|
|
|
android:gravity="center"
|
|
|
@@ -67,10 +67,12 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="30dp"
|
|
|
android:layout_below="@id/home_search_top"
|
|
|
- android:layout_marginStart="@dimen/content_padding"
|
|
|
android:layout_marginTop="7dp"
|
|
|
android:layout_marginBottom="7dp"
|
|
|
- android:layout_toStartOf="@id/home_search_sbd_iv"
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
+ android:layout_marginEnd="4dp"
|
|
|
+ android:layout_toEndOf="@id/home_search_sbd_iv"
|
|
|
+ android:layout_toStartOf="@id/home_search_msg_iv"
|
|
|
android:background="@drawable/shape_main_search_bar_radius"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal"
|