Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98896996
item_report.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 17, 07:40
Size
3 KB
Mime Type
text/xml
Expires
Sun, Jan 19, 07:40 (1 d, 16 h)
Engine
blob
Format
Raw Data
Handle
23657779
Attached To
R3229 Genome Privacy - SHCS App
item_report.xml
View Options
<?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="wrap_content" >
<LinearLayout
android:id="@+id/manage_picture_layout"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="horizontal" >
<ImageView
android:id="@+id/manage_report_picture"
android:layout_width="35dp"
android:layout_height="40dp"
android:layout_gravity="center_vertical"
android:layout_marginRight="15dp"
android:contentDescription="@string/report_picture_small"
android:scaleType="fitCenter"
android:src="@drawable/ic_action_paste" />
</LinearLayout>
<!-- Main line (date, name) -->
<LinearLayout
android:id="@+id/report_item_line_main"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@id/manage_picture_layout"
android:orientation="horizontal" >
<!-- Lastname -->
<TextView
android:id="@+id/report_item_patient_lastname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textStyle="bold"
android:layout_marginLeft="@dimen/patient_item_spacing_line"
android:textSize="@dimen/size_line_name"
android:textAllCaps="true" />
<!-- Firstname -->
<TextView
android:id="@+id/report_item_patient_firstname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textStyle="bold"
android:layout_marginLeft="@dimen/patient_item_spacing_line"
android:textSize="@dimen/size_line_name" />
<TextView
android:id="@+id/report_item_separator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/patient_item_spacing_line"
android:textStyle="bold"
android:textSize="@dimen/size_line_name"
android:textAllCaps="true"
android:text="@string/manage_patient_line_separator" />
<!-- Patient ID -->
<TextView
android:id="@+id/report_item_patient_id"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/size_line_name"/>
</LinearLayout>
<!-- Id and address -->
<LinearLayout
android:id="@+id/report_item_line_details"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@id/manage_picture_layout"
android:layout_below="@id/report_item_line_main"
android:orientation="horizontal" >
<!-- Time Stamp -->
<TextView
android:id="@+id/report_item_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/size_line_detail" />
<TextView
android:id="@+id/report_item_report_id"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone" />
</LinearLayout>
</RelativeLayout>
Event Timeline
Log In to Comment