Skip to content

Commit

Permalink
add an IME subtype to close #56
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippC committed Mar 27, 2018
1 parent 82770e6 commit 7d42da5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/java/KP2ASoftkeyboard_AS/app/src/main/res/xml/method.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@

<input-method xmlns:android="http://schemas.android.com/apk/res/android"
android:settingsActivity="keepass2android.softkeyboard.LatinIMESettings"
android:isDefault="@bool/im_is_default"
/>
android:isDefault="@bool/im_is_default">
<subtype
android:label="Keepass2Android"
android:imeSubtypeMode="keyboard"
/>

</input-method>

0 comments on commit 7d42da5

Please sign in to comment.