diff --git a/app/src/main/res/menu/capture.xml b/app/src/main/res/menu/capture.xml index 36ece27..d72e330 100644 --- a/app/src/main/res/menu/capture.xml +++ b/app/src/main/res/menu/capture.xml @@ -14,25 +14,26 @@ See the License for the specific language governing permissions and limitations under the License. --> - + + app:showAsAction="withText|ifRoom" /> + app:showAsAction="withText|ifRoom" /> + app:showAsAction="withText" /> + app:showAsAction="withText" /> \ No newline at end of file diff --git a/app/src/main/res/menu/encode.xml b/app/src/main/res/menu/encode.xml index eb0175b..26d0d99 100644 --- a/app/src/main/res/menu/encode.xml +++ b/app/src/main/res/menu/encode.xml @@ -14,15 +14,16 @@ See the License for the specific language governing permissions and limitations under the License. --> - + + app:showAsAction="withText|ifRoom" /> + app:showAsAction="withText|ifRoom" /> \ No newline at end of file diff --git a/app/src/main/res/menu/history.xml b/app/src/main/res/menu/history.xml index 273802b..d1f3f19 100644 --- a/app/src/main/res/menu/history.xml +++ b/app/src/main/res/menu/history.xml @@ -14,15 +14,16 @@ See the License for the specific language governing permissions and limitations under the License. --> - + + app:showAsAction="withText|ifRoom" /> + app:showAsAction="withText|ifRoom" /> \ No newline at end of file