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.
107 lines
3.6 KiB
107 lines
3.6 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/hop3"
|
|
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" />
|
|
|
|
|
|
|
|
<Button
|
|
android:id="@+id/button12"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_x="160dp"
|
|
android:layout_y="150dp"
|
|
android:text="1234567890"
|
|
android:textSize="40px"
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
android:textColor="#000000"
|
|
android:background="@drawable/button_style2"
|
|
/>
|
|
|
|
<Button
|
|
android:id="@+id/button13"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_x="160dp"
|
|
android:layout_y="240dp"
|
|
android:text="1234567890"
|
|
android:textSize="40px"
|
|
android:textColor="#000000"
|
|
android:background="@drawable/button_style2"
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
|
|
<Button
|
|
android:id="@+id/button21"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_x="315dp"
|
|
android:layout_y="50dp"
|
|
android:text="1234567890"
|
|
android:textSize="40px"
|
|
android:textColor="#000000"
|
|
android:background="@drawable/button_style2"
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
<Button
|
|
android:id="@+id/button22"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_x="315dp"
|
|
android:layout_y="150dp"
|
|
android:text="1234567890"
|
|
android:textSize="40px"
|
|
android:textColor="#000000"
|
|
android:background="@drawable/button_style2"
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
<Button
|
|
android:id="@+id/button23"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_x="315dp"
|
|
android:layout_y="240dp"
|
|
android:text="1234567890"
|
|
android:textSize="40px"
|
|
android:textColor="#000000"
|
|
android:background="@drawable/button_style2"
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
<Button
|
|
android:id="@+id/button11"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_x="160dp"
|
|
android:layout_y="50dp"
|
|
android:text="1234567890"
|
|
android:textSize="40px"
|
|
android:textColor="#000000"
|
|
android:background="@drawable/button_style2"
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
|
|
</AbsoluteLayout>
|