Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(709)

Unified Diff: webrtc/examples/androidapp/res/layout/dialog_add_favorite.xml

Issue 1970783002: New UI for AppRTC Android Demo that is easier to use (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Styling according to comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/examples/androidapp/res/layout/dialog_add_favorite.xml
diff --git a/webrtc/examples/androidapp/res/layout/dialog_add_favorite.xml b/webrtc/examples/androidapp/res/layout/dialog_add_favorite.xml
new file mode 100644
index 0000000000000000000000000000000000000000..28b533aa0c613db6875e1af9f4c00d2bdbea678f
--- /dev/null
+++ b/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>

Powered by Google App Engine
This is Rietveld 408576698