Keyboard removal

This commit is contained in:
shagrath 2010-10-05 23:54:33 +02:00
parent fd9e9caced
commit 7086117dbd
2 changed files with 1 additions and 9 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.ab.x48" android:installLocation="auto" android:versionName="1.25" android:versionCode="25">
package="org.ab.x48" android:installLocation="auto" android:versionName="1.25.1" android:versionCode="26">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".X48"
android:label="@string/app_name"

View file

@ -10,13 +10,5 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:hapticFeedbackEnabled="true"/>
<android.inputmethodservice.KeyboardView
android:id="@+id/EditKeyboard01"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_alignParentBottom="true"
/>
</FrameLayout>