[IITCm] new feature: share a screenshot of the current view

This commit is contained in:
fkloft
2014-03-01 13:07:40 +01:00
parent 13893546a4
commit b30c1e4aa3
6 changed files with 103 additions and 29 deletions

View File

@ -36,6 +36,11 @@
android:orderInCategory="130"
android:showAsAction="never"
android:title="@string/menu_clear_cookies"/>
<item
android:id="@+id/menu_send_screenshot"
android:orderInCategory="140"
android:showAsAction="never"
android:title="@string/menu_send_screenshot"/>
<item
android:id="@+id/action_settings"
android:orderInCategory="200"

View File

@ -161,6 +161,7 @@
<string name="menu_clear_cookies">Clear Cookies</string>
<string name="menu_search">Search</string>
<string name="menu_debug">Debug</string>
<string name="menu_send_screenshot">Send screenshot</string>
<string name="menu_plugins_add">Add external plugins</string>
<string name="choose_account_to_login">Choose account to login</string>
<string name="login_failed">Login failed.</string>