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.

69 lines
2.4 KiB

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<WebView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/webView"
android:visibility="invisible"
android:alpha="0.2"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/student_surname_name"
android:id="@+id/studentName"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_marginLeft="24dp"
android:layout_marginStart="24dp"
android:layout_marginTop="22dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="Группа: "
android:id="@+id/studentGroup"
android:layout_below="@+id/studentName"
android:layout_alignLeft="@+id/studentName"
android:layout_alignStart="@+id/studentName" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="Балл:"
android:id="@+id/studentRate"
android:layout_below="@+id/studentGroup"
android:layout_alignLeft="@+id/studentGroup"
android:layout_alignStart="@+id/studentGroup" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="Место в группе:"
android:id="@+id/positionGroup"
android:layout_below="@+id/studentRate"
android:layout_alignLeft="@+id/studentRate"
android:layout_alignStart="@+id/studentRate" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="Место в институте:"
android:id="@+id/positionFaculty"
android:layout_below="@+id/positionGroup"
android:layout_alignLeft="@+id/positionGroup"
android:layout_alignStart="@+id/positionGroup" />
</RelativeLayout>