Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <!-- Copyright 2016 The Chromium Authors. All rights reserved. | |
| 3 Use of this source code is governed by a BSD-style license that can be | |
| 4 found in the LICENSE file. | |
| 5 --> | |
| 6 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| 7 android:gravity="start"> | |
| 8 <org.chromium.blimp.input.ImeEditText | |
| 9 android:id="@+id/edit_text" | |
|
David Trainor- moved to gerrit
2016/08/22 21:25:24
Should we make this id a bit more specific?
shaktisahu
2016/08/23 17:35:14
Done.
| |
| 10 android:inputType="text" | |
| 11 android:layout_width="match_parent" | |
| 12 android:layout_height="wrap_content" | |
| 13 android:textSize="18sp" | |
| 14 android:singleLine="true" | |
| 15 android:layout_marginTop="10dp"/> | |
| 16 </FrameLayout> | |
| OLD | NEW |