mobile/android/base/resources/layout/find_in_page_content.xml

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 <?xml version="1.0" encoding="utf-8"?>
michael@0 2 <merge xmlns:android="http://schemas.android.com/apk/res/android">
michael@0 3
michael@0 4 <view class="org.mozilla.gecko.CustomEditText"
michael@0 5 android:id="@+id/find_text"
michael@0 6 android:layout_width="0dip"
michael@0 7 android:layout_height="wrap_content"
michael@0 8 android:layout_weight="1.0"
michael@0 9 android:layout_marginLeft="5dip"
michael@0 10 android:layout_marginRight="5dip"
michael@0 11 android:contentDescription="@string/find_text"
michael@0 12 android:background="@drawable/url_bar_entry"
michael@0 13 android:singleLine="true"
michael@0 14 android:textColor="#000000"
michael@0 15 android:textCursorDrawable="@null"
michael@0 16 android:inputType="text"
michael@0 17 android:paddingLeft="15dip"
michael@0 18 android:paddingRight="15dip"
michael@0 19 android:textColorHighlight="@color/url_bar_text_highlight"
michael@0 20 android:imeOptions="actionSearch"
michael@0 21 android:selectAllOnFocus="true"
michael@0 22 android:gravity="center_vertical|left"/>
michael@0 23
michael@0 24 <ImageButton android:id="@+id/find_prev"
michael@0 25 style="@style/FindBar.ImageButton"
michael@0 26 android:contentDescription="@string/find_prev"
michael@0 27 android:src="@drawable/find_prev"/>
michael@0 28
michael@0 29 <ImageButton android:id="@+id/find_next"
michael@0 30 style="@style/FindBar.ImageButton"
michael@0 31 android:contentDescription="@string/find_next"
michael@0 32 android:src="@drawable/find_next"/>
michael@0 33
michael@0 34 <ImageButton android:id="@+id/find_close"
michael@0 35 style="@style/FindBar.ImageButton"
michael@0 36 android:contentDescription="@string/find_close"
michael@0 37 android:src="@drawable/find_close"/>
michael@0 38
michael@0 39 </merge>

mercurial