Add icon for Show Keyboard Menu and enable it in Menu

This commit is contained in:
iwgeric 2016-05-03 18:14:58 -04:00
parent 8f9cd92f99
commit 1ff8e3b66b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -7,7 +7,7 @@
android:id="@+id/optionToggleKeyboard"
android:orderInCategory="100"
android:title="@string/strOptionShowKeyboard"
app:showAsAction="never"
app:showAsAction="ifRoom"
android:icon="@drawable/keyboard"
/>