summaryrefslogtreecommitdiff
path: root/chromium/third_party/webrtc/examples/androidapp/res/layout/dialog_add_favorite.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/examples/androidapp/res/layout/dialog_add_favorite.xml')
-rw-r--r--chromium/third_party/webrtc/examples/androidapp/res/layout/dialog_add_favorite.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/chromium/third_party/webrtc/examples/androidapp/res/layout/dialog_add_favorite.xml b/chromium/third_party/webrtc/examples/androidapp/res/layout/dialog_add_favorite.xml
new file mode 100644
index 00000000000..28b533aa0c6
--- /dev/null
+++ b/chromium/third_party/webrtc/examples/androidapp/res/layout/dialog_add_favorite.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:padding="24dp">
+
+ <EditText
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:id="@+id/favorite_edittext"
+ android:layout_gravity="center_horizontal"
+ android:inputType="text"/>
+</LinearLayout> \ No newline at end of file