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

Unified Diff: webrtc/examples/androidapp/res/menu/connect_menu.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/menu/connect_menu.xml
diff --git a/webrtc/examples/androidapp/res/menu/connect_menu.xml b/webrtc/examples/androidapp/res/menu/connect_menu.xml
index 8beddddd45ffb7bf48919104708405cdf207d0d0..a723f54941408c64a84a0ac4e71c6cbd48810bb6 100644
--- a/webrtc/examples/androidapp/res/menu/connect_menu.xml
+++ b/webrtc/examples/androidapp/res/menu/connect_menu.xml
@@ -1,14 +1,13 @@
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_loopback"
android:icon="@drawable/ic_loopback_call"
- app:showAsAction="always"
+ android:showAsAction="always"
android:title="@string/action_loopback"/>
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:icon="@android:drawable/ic_menu_preferences"
- app:showAsAction="ifRoom"
+ android:showAsAction="ifRoom"
android:title="@string/action_settings"/>
</menu>

Powered by Google App Engine
This is Rietveld 408576698