How can I use Attribute "android:keyPreviewLayout" ??
It always make a err message!!
my XML file like that
<com.example.android.softkeyboard.LatinKeyboardView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/keyboard"
android:keyPreviewOffset="50px"
android:keyPreviewLayout="@drawable/logo" <-- Is it right??
android:keyTextColor="#ff0000"
android:keyBackground ="@drawable/test"
android:layout_alignParentBottom="true"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---