[IITCm] new feature: share a screenshot of the current view
This commit is contained in:
@ -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"
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user