I want to have a different text string for my icon and the text that
appears in Searchable Items (QSB).

I have the following lines in my AndroidManifest.xml --

    <application android:icon="@drawable/icon"
                 android:label="@string/IconText"

And my searchable.xml looks like this --

<searchable xmlns:android="http://schemas.android.com/apk/res/android";
            android:label="@string/SearchName"
            android:searchSettingsDescription="@string/
SearchDescription"


However, when I go into [home] > [menu] > Settings > [Search] >
[Searchable items]

I see the android:label in the AndroidManifest.xml (application node).

How do I specify a different text string for Searchable Items ?

tia.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to