Hello,
Following the code example i manged to create a keyboard that works
fine and shows up in the languaue setting screen.
I tried to create a prefrence screen for my keyboard but i have a
problem:
When I run the Screen as Normal Activty (Intent....startActivty()) it
works fine but when I go to the languaue setting screen my prefrence
screen dosent show.
What am I doing wrong?
In my manifist I declare it so:
<activity android:name="EnglishIMESettings"
android:label="string/ime_name">
</activity>
And my on create looks like this (my class extends
PreferenceActivity):
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
addPreferencesFromResource(R.xml.prefs);
}
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en