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> |