mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +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
24 lines
No EOL
829 B
XML
24 lines
No EOL
829 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.KMPopoverView
|
|
android:id="@+id/kmPopoverView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
|
|
<TextView
|
|
android:id="@+id/textView1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:paddingBottom="10dp"
|
|
android:paddingLeft="2dp"
|
|
android:paddingRight="2dp"
|
|
android:text="@string/help_bubble_text"
|
|
android:textColor="#404040"
|
|
android:textSize="12sp" />
|
|
|
|
</FrameLayout> |