chore(android/samples): Update namespace for KeyboardHarness app

This commit is contained in:
Darcy Wong 2023-01-06 09:06:17 +07:00
parent 92c982723c
commit 9cde92f2e5
2 changed files with 9 additions and 9 deletions

View file

@ -6,13 +6,13 @@ import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import com.tavultesoft.kmea.data.Keyboard;
import com.tavultesoft.kmea.KMKeyboardDownloaderActivity;
import com.tavultesoft.kmea.KMManager;
import com.tavultesoft.kmea.KMTextView;
import com.tavultesoft.kmea.KeyboardEventHandler.OnKeyboardEventListener;
import com.tavultesoft.kmea.KeyboardEventHandler.OnKeyboardDownloadEventListener;
import com.tavultesoft.kmea.KMManager.KeyboardType;
import com.keyman.engine.data.Keyboard;
import com.keyman.engine.KMKeyboardDownloaderActivity;
import com.keyman.engine.KMManager;
import com.keyman.engine.KMTextView;
import com.keyman.engine.KeyboardEventHandler.OnKeyboardEventListener;
import com.keyman.engine.KeyboardEventHandler.OnKeyboardDownloadEventListener;
import com.keyman.engine.KMManager.KeyboardType;
import java.util.HashMap;
import java.util.List;

View file

@ -4,7 +4,7 @@
android:layout_height="match_parent"
tools:context=".MainActivity">
<com.tavultesoft.kmea.KMTextView
<com.keyman.engine.KMTextView
android:id="@+id/kmTextView"
android:layout_width="match_parent"
android:layout_height="100dp"
@ -15,6 +15,6 @@
android:scrollbars="vertical" >
<requestFocus />
</com.tavultesoft.kmea.KMTextView>
</com.keyman.engine.KMTextView>
</RelativeLayout>