V4.2.12 - added buttons and menu items for 'Help' and 'Troubleshooting' to point users to the web site instructions.
This commit is contained in:
@@ -105,6 +105,14 @@
|
||||
|
||||
<group android:id="@+id/grp6">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_instructions"
|
||||
app:showAsAction="never|withText"
|
||||
android:title="Help" />
|
||||
<item
|
||||
android:id="@+id/action_troubleshooting"
|
||||
app:showAsAction="never|withText"
|
||||
android:title="Troubleshooting" />
|
||||
<item
|
||||
android:id="@+id/action_about"
|
||||
app:showAsAction="never|withText"
|
||||
|
||||
Reference in New Issue
Block a user