You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
723 B
XML
25 lines
723 B
XML
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/txtLong"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@+id/textView1"
|
|
android:text="Long"
|
|
android:textSize="24dp" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/txtLat"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@+id/txtLong"
|
|
android:text="Lat"
|
|
android:textSize="24dp" />
|
|
|
|
</RelativeLayout> |