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

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

Powered by Google App Engine
This is Rietveld 408576698