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