|
|
@@ -1,7 +1,8 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/me_menu_item_normal"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<com.core.widget.VoiceSearchView
|
|
|
@@ -11,7 +12,8 @@
|
|
|
<LinearLayout
|
|
|
android:id="@+id/click_ll"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="80dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:padding="10dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
@@ -70,11 +72,4 @@
|
|
|
android:text="@string/contact_often"
|
|
|
android:textSize="16sp"/>
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="2px"
|
|
|
- android:background="@color/item_line" />
|
|
|
-
|
|
|
-
|
|
|
</LinearLayout>
|