aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/quickedit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/quickedit.xml')
-rw-r--r--src/main/res/layout/quickedit.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/main/res/layout/quickedit.xml b/src/main/res/layout/quickedit.xml
deleted file mode 100644
index 0bf2cb5fe..000000000
--- a/src/main/res/layout/quickedit.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- android:padding="16dp">
-
- <android.support.text.emoji.widget.EmojiEditText
- android:id="@+id/editor"
- style="@style/Widget.Conversations.EditText"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:ems="10"
- android:inputType="textPersonName">
-
- <requestFocus />
- </android.support.text.emoji.widget.EmojiEditText>
-
-</LinearLayout> \ No newline at end of file