48 lines
1.7 KiB
XML
48 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:focusable="true"
|
|
android:focusableInTouchMode="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textDirection="locale"
|
|
android:layoutDirection="locale">
|
|
<ImageButton
|
|
android:id="@+id/z1"
|
|
android:background="@null"
|
|
android:padding="@dimen/x1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/ol"
|
|
android:layout_weight="0"
|
|
android:contentDescription="@string/vv"/>
|
|
<EditText
|
|
android:textSize="@dimen/xc"
|
|
android:textColor="@color/x9"
|
|
android:textColorHint="@color/x8"
|
|
android:id="@+id/z2"
|
|
android:background="@null"
|
|
android:paddingLeft="@dimen/xb"
|
|
android:paddingRight="@dimen/xb"
|
|
android:focusable="false"
|
|
android:focusableInTouchMode="false"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:hint="@string/vv"
|
|
android:maxLines="1"
|
|
android:lines="1"
|
|
android:singleLine="true"
|
|
android:layout_weight="1"
|
|
android:inputType="textNoSuggestions"/>
|
|
<ImageButton
|
|
android:id="@+id/yo"
|
|
android:background="@null"
|
|
android:padding="@dimen/x1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/ok"
|
|
android:layout_weight="0"
|
|
android:contentDescription="@string/vs"/>
|
|
</LinearLayout>
|