abouttreesummaryrefslogcommitdiff
path: root/res/xml/method.xml
blob: fdf120fde5873dea42128291416a2463146a6677 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<input-method xmlns:android="http://schemas.android.com/apk/res/android"
		android:supportsSwitchingToNextInputMethod="true">
	<subtype
		android:label="@string/lol"
		android:icon="@drawable/ic_launcher"
		android:imeSubtypeLocale="en_US"
		android:imeSubtypeMode="keyboard"
	/>
</input-method>