Backout changeset 7635a2e4fa64 for regressions in bug 1208790.

--HG--
extra : commitid : 9glmrm88OoL
extra : rebase_source : 16975787fcb93012b4b130a43ad98646646a28fb
This commit is contained in:
Michael Comella 2015-10-06 09:37:23 -04:00
Родитель 226e9b91b6
Коммит dac84a513c
1 изменённых файлов: 16 добавлений и 9 удалений

Просмотреть файл

@ -2,14 +2,16 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
android:layout_width="match_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingRight="?android:attr/scrollbarSize">
<TextView android:id="@+id/label_search_hint"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_width="0dp"
android:text="@string/pref_search_hint"
android:layout_marginTop="5dip"
android:layout_marginBottom="6dip"
@ -17,8 +19,13 @@
android:layout_marginRight="6dip"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:paddingRight="8dip"
android:drawableRight="@drawable/tip_addsearch"
android:drawablePadding="6dp"/>
android:paddingRight="6dip"
android:layout_weight="1"/>
</FrameLayout>
<ImageView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:paddingRight="8dp"
android:paddingTop="12dip"
android:src="@drawable/tip_addsearch"/>
</LinearLayout>