blob: bb39c0ae76618e6ac59fc81ad54324f420e63705 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<Button
android:id="@+id/jobInfoButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:text="@string/job_info_btn" />
<TextView
android:id="@+id/jobId"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:textStyle="bold"
android:layout_toLeftOf="@id/jobInfoButton" />
<TextView
android:id="@+id/jobState"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentBottom="true"
android:textStyle="bold"
android:layout_toLeftOf="@id/jobInfoButton"
android:layout_below="@id/jobId" />
</RelativeLayout>