|
27 | 27 | android:layout_width="wrap_content"
|
28 | 28 | android:layout_height="wrap_content"
|
29 | 29 | android:layout_alignParentStart="true"
|
30 |
| - android:layout_alignParentLeft="true" |
31 | 30 | android:layout_alignParentTop="true"
|
32 | 31 | android:background="@drawable/button_go"
|
33 | 32 | android:contentDescription="@string/cdChangeInputMethod"
|
34 | 33 | android:padding="@dimen/layoutMargin1"
|
35 | 34 | android:paddingEnd="@dimen/layoutMargin2"
|
36 |
| - android:paddingRight="@dimen/layoutMargin2" |
37 | 35 | android:paddingBottom="@dimen/layoutMargin2"
|
38 | 36 | app:srcCompat="@drawable/ic_ime" />
|
39 | 37 |
|
|
59 | 57 | android:layout_height="wrap_content"
|
60 | 58 | android:layout_alignParentTop="true"
|
61 | 59 | android:layout_toStartOf="@+id/bImeAction"
|
62 |
| - android:layout_toLeftOf="@+id/bImeAction" |
63 | 60 | android:layout_toEndOf="@+id/bImeKeyboard"
|
64 |
| - android:layout_toRightOf="@+id/bImeKeyboard" |
65 | 61 | android:ellipsize="start"
|
66 | 62 | android:padding="@dimen/layoutMargin1"
|
67 | 63 | android:singleLine="true"
|
|
75 | 71 | android:layout_height="wrap_content"
|
76 | 72 | android:layout_alignParentTop="true"
|
77 | 73 | android:layout_alignParentEnd="true"
|
78 |
| - android:layout_alignParentRight="true" |
79 | 74 | android:background="@drawable/button_go"
|
80 | 75 | android:contentDescription="@string/cdGo"
|
81 | 76 | android:padding="@dimen/layoutMargin1"
|
82 | 77 | android:paddingStart="@dimen/layoutMargin2"
|
83 |
| - android:paddingLeft="@dimen/layoutMargin2" |
84 | 78 | android:paddingBottom="@dimen/layoutMargin2"
|
85 | 79 | app:srcCompat="@drawable/ic_search" />
|
86 | 80 |
|
|
102 | 96 | android:layout_height="wrap_content"
|
103 | 97 | android:layout_gravity="end"
|
104 | 98 | android:layout_toStartOf="@+id/bImeAction"
|
105 |
| - android:layout_toLeftOf="@+id/bImeAction" |
106 | 99 | android:clipChildren="false"
|
107 | 100 | android:clipToPadding="false"
|
108 | 101 | android:elevation="2dp"
|
|
125 | 118 | android:layout_height="@dimen/layoutHeightButtonMicrophoneIme"
|
126 | 119 | android:layout_alignParentTop="true"
|
127 | 120 | android:layout_toEndOf="@+id/tvInstruction"
|
128 |
| - android:layout_toRightOf="@+id/tvInstruction" |
129 | 121 | android:background="@drawable/button_mic"
|
130 | 122 | android:contentDescription="@string/cdMicrophone"
|
131 | 123 | android:elevation="6dp"
|
|
137 | 129 | android:layout_height="wrap_content"
|
138 | 130 | android:layout_centerVertical="true"
|
139 | 131 | android:layout_marginStart="@dimen/layoutMargin1"
|
140 |
| - android:layout_marginLeft="@dimen/layoutMargin1" |
141 | 132 | android:layout_toEndOf="@+id/bImeStartStop"
|
142 |
| - android:layout_toRightOf="@+id/bImeStartStop" |
143 | 133 | android:orientation="vertical">
|
144 | 134 |
|
145 | 135 | <ImageButton
|
|
151 | 141 | android:padding="@dimen/layoutMargin2"
|
152 | 142 | android:paddingTop="@dimen/layoutMargin3"
|
153 | 143 | android:paddingEnd="@dimen/layoutMargin3"
|
154 |
| - android:paddingRight="@dimen/layoutMargin3" |
155 | 144 | android:paddingBottom="@dimen/layoutMargin3"
|
156 | 145 | app:srcCompat="@drawable/ic_backspace" />
|
157 | 146 | </LinearLayout>
|
|
0 commit comments