Mercurial > 510Connectbot
comparison app/src/main/res/layout/act_console.xml @ 454:7492d2cb7b75
update to latest toolchain, gradle 4.10.2
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 07 Nov 2018 17:13:10 -0800 |
parents | d29cce60f393 |
children |
comparison
equal
deleted
inserted
replaced
453:f65d8bb11eb0 | 454:7492d2cb7b75 |
---|---|
131 android:paddingRight="15dip" | 131 android:paddingRight="15dip" |
132 android:layout_width="wrap_content" | 132 android:layout_width="wrap_content" |
133 android:layout_height="wrap_content" | 133 android:layout_height="wrap_content" |
134 android:layout_toRightOf="@+id/button_sym" | 134 android:layout_toRightOf="@+id/button_sym" |
135 android:layout_alignParentBottom="true" | 135 android:layout_alignParentBottom="true" |
136 android:src="@+drawable/button_input" | 136 android:src="@drawable/button_input" |
137 android:contentDescription="@string/image_description_line_input" | 137 android:contentDescription="@string/image_description_line_input" |
138 /> | 138 /> |
139 | 139 |
140 <ImageView | 140 <ImageView |
141 android:id="@+id/button_keyboard" | 141 android:id="@+id/button_keyboard" |
142 android:layout_width="wrap_content" | 142 android:layout_width="wrap_content" |
143 android:layout_height="wrap_content" | 143 android:layout_height="wrap_content" |
144 android:layout_alignParentBottom="true" | 144 android:layout_alignParentBottom="true" |
145 android:layout_alignParentRight="true" | 145 android:layout_alignParentRight="true" |
146 android:src="@+drawable/button_keyboard" | 146 android:src="@drawable/button_keyboard" |
147 android:contentDescription="@string/image_description_show_keyboard" | 147 android:contentDescription="@string/image_description_show_keyboard" |
148 /> | 148 /> |
149 | 149 |
150 <ImageView | 150 <ImageView |
151 android:id="@+id/button_ctrl" | 151 android:id="@+id/button_ctrl" |
152 android:paddingRight="15dip" | 152 android:paddingRight="15dip" |
153 android:layout_width="wrap_content" | 153 android:layout_width="wrap_content" |
154 android:layout_height="wrap_content" | 154 android:layout_height="wrap_content" |
155 android:layout_alignParentLeft="true" | 155 android:layout_alignParentLeft="true" |
156 android:layout_alignParentBottom="true" | 156 android:layout_alignParentBottom="true" |
157 android:src="@+drawable/button_ctrl" | 157 android:src="@drawable/button_ctrl" |
158 android:contentDescription="@string/image_description_toggle_control_character" | 158 android:contentDescription="@string/image_description_toggle_control_character" |
159 /> | 159 /> |
160 | 160 |
161 <ImageView | 161 <ImageView |
162 android:id="@+id/button_esc" | 162 android:id="@+id/button_esc" |
163 android:paddingRight="15dip" | 163 android:paddingRight="15dip" |
164 android:layout_width="wrap_content" | 164 android:layout_width="wrap_content" |
165 android:layout_height="wrap_content" | 165 android:layout_height="wrap_content" |
166 android:layout_toRightOf="@+id/button_ctrl" | 166 android:layout_toRightOf="@+id/button_ctrl" |
167 android:layout_alignParentBottom="true" | 167 android:layout_alignParentBottom="true" |
168 android:src="@+drawable/button_esc" | 168 android:src="@drawable/button_esc" |
169 android:contentDescription="@string/image_description_send_escape_character" | 169 android:contentDescription="@string/image_description_send_escape_character" |
170 /> | 170 /> |
171 | 171 |
172 <ImageView | 172 <ImageView |
173 android:id="@+id/button_sym" | 173 android:id="@+id/button_sym" |
174 android:paddingRight="15dip" | 174 android:paddingRight="15dip" |
175 android:layout_width="wrap_content" | 175 android:layout_width="wrap_content" |
176 android:layout_height="wrap_content" | 176 android:layout_height="wrap_content" |
177 android:layout_alignParentBottom="true" | 177 android:layout_alignParentBottom="true" |
178 android:layout_toRightOf="@+id/button_esc" | 178 android:layout_toRightOf="@+id/button_esc" |
179 android:src="@+drawable/button_sym" | 179 android:src="@drawable/button_sym" |
180 android:contentDescription="@string/image_description_sym" | 180 android:contentDescription="@string/image_description_sym" |
181 /> | 181 /> |
182 | 182 |
183 </RelativeLayout> | 183 </RelativeLayout> |
184 | 184 |