| Index: blimp/client/app/android/java/res/layout/text_input_popup.xml
|
| diff --git a/blimp/client/app/android/java/res/layout/text_input_popup.xml b/blimp/client/app/android/java/res/layout/text_input_popup.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..32a53f1f9ae11598370d2ad647bb5b05bd336b9e
|
| --- /dev/null
|
| +++ b/blimp/client/app/android/java/res/layout/text_input_popup.xml
|
| @@ -0,0 +1,18 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<!-- Copyright 2016 The Chromium Authors. All rights reserved.
|
| + Use of this source code is governed by a BSD-style license that can be
|
| + found in the LICENSE file.
|
| +-->
|
| +<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| + android:layout_width="wrap_content"
|
| + android:layout_height="wrap_content"
|
| + android:gravity="start">
|
| + <org.chromium.blimp.input.ImeEditText
|
| + android:id="@+id/ime_edit_text"
|
| + android:inputType="text"
|
| + android:layout_width="match_parent"
|
| + android:layout_height="wrap_content"
|
| + android:textSize="18sp"
|
| + android:singleLine="true"
|
| + android:layout_marginTop="10dp"/>
|
| +</FrameLayout>
|
|
|