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

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

Issue 2003983002: UI for AppRTC Android demo that doesn't require Design Support Library (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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
deleted file mode 100644
index 28b533aa0c613db6875e1af9f4c00d2bdbea678f..0000000000000000000000000000000000000000
--- a/webrtc/examples/androidapp/res/layout/dialog_add_favorite.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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 previous file with comments | « webrtc/examples/androidapp/res/layout/activity_connect.xml ('k') | webrtc/examples/androidapp/res/menu/connect_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698