mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
Copy over the Android source Update build.sh scripts for new paths KMEA/build.sh also updated to build KMW and use the artifacts
22 lines
747 B
XML
22 lines
747 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" >
|
|
|
|
<com.tavultesoft.kmea.KMKeyPreviewView
|
|
android:id="@+id/kmKeyPreviewView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
|
|
<TextView
|
|
android:id="@+id/textView1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginBottom="8dp"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:textSize="32sp"
|
|
android:textStyle="bold"
|
|
android:textColor="#ffffffff" />
|
|
|
|
</FrameLayout>
|