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

Unified Diff: remoting/resources/actionbar.xml

Issue 21120005: Add Android Chromoting client keyboard input (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improve related comments Created 7 years, 5 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: remoting/resources/actionbar.xml
diff --git a/remoting/resources/actionbar.xml b/remoting/resources/actionbar.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4cf611ed43a7a6ad7f649d12b2666b41cc5b32f0
--- /dev/null
+++ b/remoting/resources/actionbar.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Action bar buttons for the Android app-->
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:id="@+id/actionbar_keyboard"
+ android:title="@string/actionbar_keyboard"
+ android:icon="@android:drawable/ic_menu_edit"
+ android:showAsAction="ifRoom|withText"/>
+ <item android:id="@+id/actionbar_hide"
+ android:title="@string/actionbar_hide"
+ android:icon="@android:drawable/ic_menu_close_clear_cancel"
+ android:showAsAction="ifRoom|withText"/>
+</menu>

Powered by Google App Engine
This is Rietveld 408576698