summaryrefslogtreecommitdiff
path: root/res/layout/search_edittext.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/search_edittext.xml')
-rw-r--r--res/layout/search_edittext.xml41
1 files changed, 1 insertions, 40 deletions
diff --git a/res/layout/search_edittext.xml b/res/layout/search_edittext.xml
index 50cbf5af9..ce8568681 100644
--- a/res/layout/search_edittext.xml
+++ b/res/layout/search_edittext.xml
@@ -76,45 +76,6 @@
</LinearLayout>
- <LinearLayout
- android:id="@+id/search_box_expanded"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="horizontal"
- android:gravity="center_vertical"
- android:visibility="gone" >
-
- <ImageButton
- android:id="@+id/search_back_button"
- android:layout_width="@dimen/search_box_icon_size"
- android:layout_height="@dimen/search_box_icon_size"
- android:layout_margin="@dimen/search_box_icon_margin"
- android:src="@drawable/ic_back_arrow"
- android:background="?android:attr/selectableItemBackground"
- android:contentDescription="@string/action_menu_overflow_description"
- android:tint="@color/actionbar_background_color" />
-
- <EditText
- android:id="@+id/search_view"
- android:layout_width="0dp"
- android:layout_height="@dimen/search_box_icon_size"
- android:layout_weight="1"
- android:layout_marginLeft="@dimen/search_box_text_left_margin"
- android:textSize="@dimen/search_text_size"
- android:fontFamily="@string/search_font_family"
- android:textColor="@color/searchbox_text_color"
- android:inputType="textFilter" />
-
- <ImageView
- android:id="@+id/search_close_button"
- android:layout_height="@dimen/search_box_icon_size"
- android:layout_width="@dimen/search_box_icon_size"
- android:layout_margin="@dimen/search_box_icon_margin"
- android:src="@drawable/ic_close_dk"
- android:clickable="true"
- android:background="?android:attr/selectableItemBackground"
- android:contentDescription="@string/description_clear_search" />
-
- </LinearLayout>
+ <include layout="@layout/search_bar_expanded" />
</view> \ No newline at end of file