you can make a Activity that include only a ImageView ,

likr this:
<activity android:name=".app.CustomDialogActivity"
                android:label="@string/activity_custom_dialog"
                android:theme="@style/Theme.CustomDialog"
                android:windowSoftInputMode="stateVisible|adjustResize">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.SAMPLE_CODE" />
            </intent-filter>

--



在2009-05-10,csyperski <[email protected]> 写道:
>
>I have a class that extends ImageView, which also handles keyboard
>input, currently via OnKeyListener, which works great with the 1.1
>sdk, but how do I port this to the 1.5 sdk?  How do I get the soft
>keyboard to load for this View?  I haven't found a ton of
>documentation regarding the new input framework.  Any nudge in the
>right direction would be great.
>
>Thanks
>>

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