You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
2.2 KiB

<?xml version="1.0" encoding="utf-8"?>
<AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:background="@drawable/hop2"
android:layout_height="match_parent" >
<TextView
android:id="@+id/startid"
android:singleLine="false" android:layout_width="80dp"
android:layout_height="wrap_content"
android:layout_x="30dp"
android:layout_y="150dp"
android:text="startId"
android:textSize="50px"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/endid"
android:singleLine="false" android:layout_width="80dp"
android:layout_height="wrap_content"
android:layout_x="500dp"
android:layout_y="150dp"
android:text="endId"
android:textSize="50px"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/point1"
android:textSize="40px"
android:singleLine="false" android:layout_width="200dp"
android:layout_height="wrap_content"
android:layout_x="200dp"
android:layout_y="50dp"
android:text="distributed representation of words and phrases and their compositionality"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/point2"
android:textSize="40px"
android:singleLine="false" android:layout_width="200dp"
android:layout_height="wrap_content"
android:layout_x="200dp"
android:layout_y="150dp"
android:text="distributed representation of words and phrases and their compositionality"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/point3"
android:textSize="40px"
android:singleLine="false" android:layout_width="200dp"
android:layout_height="wrap_content"
android:layout_x="200dp"
android:layout_y="250dp"
android:text="distributed representation of words and phrases and their compositionality"
android:textAppearance="?android:attr/textAppearanceLarge" />
</AbsoluteLayout>